akhaliq HF Staff commited on
Commit
77cb5d2
·
1 Parent(s): 8d63ece

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -1
app.py CHANGED
@@ -1,3 +1,4 @@
1
  import gradio as gr
2
 
3
- gr.Interface.load("huggingface/sberbank-ai/mGPT").launch()
 
 
1
  import gradio as gr
2
 
3
+ examples=[["My name is Lewis and I like to"],["The weather today is"]]
4
+ gr.Interface.load("huggingface/sberbank-ai/mGPT",examples=examples).launch()