Spaces:
Runtime error
Runtime error
pierreguillou
commited on
Commit
·
60319b6
1
Parent(s):
079abbd
Update app.py
Browse files
app.py
CHANGED
@@ -6,5 +6,5 @@ title = "How to duplicate an existing Space?"
|
|
6 |
description = "POC with [spaces/sberbank-ai/mGPT](https://huggingface.co/spaces/sberbank-ai/mGPT)."
|
7 |
article="<code>import gradio as gr<br>gr.Interface.load('spaces/....').launch()</code>"
|
8 |
|
9 |
-
iface = gr.Interface.load('spaces/sberbank-ai/mGPT', title=title, description=description, article=article)
|
10 |
iface.launch()
|
|
|
6 |
description = "POC with [spaces/sberbank-ai/mGPT](https://huggingface.co/spaces/sberbank-ai/mGPT)."
|
7 |
article="<code>import gradio as gr<br>gr.Interface.load('spaces/....').launch()</code>"
|
8 |
|
9 |
+
iface = gr.Interface.load('spaces/sberbank-ai/mGPT', title=title, description=description, article=article, css=css)
|
10 |
iface.launch()
|