Update app.py
Browse files
app.py
CHANGED
@@ -1,3 +1,4 @@
|
|
1 |
import gradio as gr
|
2 |
|
3 |
-
|
|
|
|
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()
|