Hugging Face
Models
Datasets
Spaces
Buckets
new
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
FORMATPOTTER
/
FPV2
like
0
Runtime error
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
FORMATPOTTER
commited on
Aug 20, 2025
Commit
ecae831
·
verified
·
1 Parent(s):
309a132
Update app.py
Browse files
Files changed (1)
hide
show
app.py
+2
-1
app.py
CHANGED
Viewed
@@ -26,4 +26,5 @@ iface = gr.Interface(
26
)
27
28
# Launch the interface
29
-
iface.launch(server_name="0.0.0.0", server_port=7860
, share=True
)
26
)
27
28
# Launch the interface
29
+
iface.launch(server_name="0.0.0.0", server_port=7860)
30
+