Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
jer233
/
project
like
0
Runtime error
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
main
project
/
app.py
jer233
Update app.py
7b70c39
verified
6 months ago
raw
Copy download link
history
blame
contribute
delete
Safe
142 Bytes
from
demo.demo
import
app
if
__name__ ==
"__main__"
:
# Launch the Gradio interface
app.launch(show_api=
False
, debug=
True
, share=
True
)