Hugging Face
Models
Datasets
Spaces
Community
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
terastudio
/
Test
like
0
Sleeping
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
main
Test
/
app.py
NeoPy
Update app.py
63829bb
verified
about 2 months ago
raw
Copy download link
history
blame
contribute
delete
Safe
240 Bytes
import
gradio
as
gr
with
gr.Blocks()
as
demo:
with
gr.Row():
model_pth = gr.Dropdown()
with
gr.Row(equal_height=
True
):
refresh = gr.Button(
"refresh"
)
model_index = gr.Dropdown()
demo.launch()