Hugging Face
Models
Datasets
Spaces
Buckets
new
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
pythonprincess
/
PennyV3
like
0
No application file
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
main
PennyV3
/
app.py
pythonprincess
Add app.py entry point
4e15adf
verified
4 months ago
raw
Copy download link
history
blame
contribute
delete
Safe
73 Bytes
from
gradio_app
import
demo
if
__name__ ==
"__main__"
:
demo.launch()