Spaces:
Runtime error
Runtime error
File size: 479 Bytes
d574c8f 615b9eb e3ce249 82409e3 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='font-family: Consolas;color: crimson;background-color: #f1f1f1;padding: 2px;font-size: 105%;'>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() |