Hugging Face
Models
Datasets
Spaces
Buckets
new
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
jimboHsueh
/
ADL_project
like
0
Sleeping
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
main
ADL_project
/
app.py
jimboHsueh
first try
f40a16b
over 2 years ago
raw
Copy download link
history
blame
contribute
delete
Safe
81 Bytes
import
gradio
as
gr
demo = gr.load(
"jimboHsueh/HW2"
, src=
"models"
)
demo.launch()