Hugging Face
Models
Datasets
Spaces
Community
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
Duplicated from
AshmithaIRRI/DeepMap_GUI
AshmithaG
/
DeepMap_GUI2
like
0
Sleeping
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
AshmithaIRRI
commited on
Jan 24, 2025
Commit
c120492
·
verified
·
1 Parent(s):
342cad0
Update app.py
Browse files
Files changed (1)
hide
show
app.py
+1
-1
app.py
CHANGED
Viewed
@@ -498,7 +498,7 @@ with gr.Blocks() as interface:
498
)
499
500
501
-
interface.launch(
server_port=8080,
share=True)
502
503
504
498
)
499
500
501
+
interface.launch(share=True)
502
503
504