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...
pythonprincess
commited on
Nov 28, 2025
Commit
4e15adf
·
verified
·
1 Parent(s):
27e87b9
Add app.py entry point
Browse files
Files changed (1)
hide
show
app.py
+4
-0
app.py
ADDED
Viewed
@@ -0,0 +1,4 @@
1
+
from gradio_app import demo
2
+
3
+
if __name__ == "__main__":
4
+
demo.launch()