Spaces:
Runtime error
Runtime error
khushpatel2002
commited on
Commit
•
e22b337
1
Parent(s):
657b4c0
Update app.py
Browse files
app.py
CHANGED
@@ -2,7 +2,8 @@ import gradio as gr
|
|
2 |
|
3 |
description = "The Indic language supported sentence completion language model"
|
4 |
title = "Try it out!"
|
5 |
-
examples = [["Hello, welcome to AutopilotAI, thank"]
|
|
|
6 |
|
7 |
interface = gr.Interface.load("huggingface/autopilot-ai/Indic-sentence-completion",
|
8 |
description=description,
|
|
|
2 |
|
3 |
description = "The Indic language supported sentence completion language model"
|
4 |
title = "Try it out!"
|
5 |
+
examples = [["Hello, welcome to AutopilotAI, thank"],
|
6 |
+
["नमस्कार, AutopilotAI में आपका"]]
|
7 |
|
8 |
interface = gr.Interface.load("huggingface/autopilot-ai/Indic-sentence-completion",
|
9 |
description=description,
|