Jayveersinh-Raj commited on
Commit
657b4c0
1 Parent(s): 413c339

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -2,7 +2,7 @@ import gradio as gr
2
 
3
  description = "The Indic language supported sentence completion language model"
4
  title = "Try it out!"
5
- examples = [["Hello my name is Raj and"]]
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
 
7
  interface = gr.Interface.load("huggingface/autopilot-ai/Indic-sentence-completion",
8
  description=description,