Hugging Face
Models
Datasets
Spaces
Buckets
new
Docs
Enterprise
Pricing
Website
Tasks
HuggingChat
Collections
Languages
Organizations
Community
Blog
Posts
Daily Papers
Learn
Discord
Forum
GitHub
Solutions
Team & Enterprise
Hugging Face PRO
Enterprise Support
Inference Providers
Inference Endpoints
Storage Buckets
Log In
Sign Up
Spaces:
saptak21
/
a
like
0
Sleeping
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
saptak21
commited on
Jul 9, 2025
Commit
9c7b635
·
verified
·
1 Parent(s):
2539e8b
Update app.py
Browse files
Files changed (1)
hide
show
app.py
+1
-1
app.py
CHANGED
Viewed
@@ -767,7 +767,7 @@ def launch_ui():
767
]
768
)
769
770
-
iface.launch(
share=True,
debug=True)
771
772
773
767
]
768
)
769
770
+
iface.launch(debug=True)
771
772
773