Spaces:
Runtime error
Runtime error
Commit
·
c73efe2
1
Parent(s):
e3ce249
Update app.py
Browse files
app.py
CHANGED
@@ -7,5 +7,5 @@ import gradio as gr
|
|
7 |
gr.Interface.load('spaces/....').launch()
|
8 |
"""
|
9 |
|
10 |
-
iface = gr.Interface.load('spaces/sberbank-ai/mGPT', title=title, description=description)
|
11 |
iface.launch()
|
|
|
7 |
gr.Interface.load('spaces/....').launch()
|
8 |
"""
|
9 |
|
10 |
+
iface = gr.Interface.load('spaces/sberbank-ai/mGPT', title=title, description=description, article=article)
|
11 |
iface.launch()
|