Spaces:
Runtime error
Runtime error
import gradio as gr | |
#gr.Blocks("spaces/Omnibus/model-mover").load() | |
this = gr.Interface.load("spaces/Omnibus/model-mover").launch() | |
with gr.Blocks() as app: | |
gr.Textbox() | |
app.launch() |