File size: 174 Bytes
8208467
eb3f67f
8208467
b34cf7b
b7a1159
b34cf7b
1
2
3
4
5
6
import gradio as gr
#gr.Blocks("spaces/Omnibus/model-mover").load()

with gr.Blocks() as app:
    this = gr.Interface.load("spaces/Omnibus/model-mover").launch()
app.launch()