Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
Omnibus-archive
/
Interface-test
like
0
Runtime error
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
b70b384
Interface-test
/
app.py
Omnibus
Update app.py
b70b384
over 1 year ago
raw
Copy download link
history
blame
Safe
186 Bytes
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()