File size: 186 Bytes
8208467
eb3f67f
a1fefbb
b34cf7b
b70b384
b34cf7b
1
2
3
4
5
6
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()