Spaces:
Runtime error
Runtime error
File size: 412 Bytes
d574c8f 615b9eb e3ce249 7aaa4e3 e3ce249 c73efe2 e3ce249 |
1 2 3 4 5 6 7 8 |
import gradio as gr
title = "How to duplicate an existing Space?"
description = "POC with [spaces/sberbank-ai/mGPT](https://huggingface.co/spaces/sberbank-ai/mGPT)."
article="<code style='background-color: white;'>import gradio as gr<br/>gr.Interface.load('spaces/....').launch()</code>"
iface = gr.Interface.load('spaces/sberbank-ai/mGPT', title=title, description=description, article=article)
iface.launch() |