Hugging Face
Models
Datasets
Spaces
Buckets
new
Docs
Enterprise
Pricing
Website
Tasks
HuggingChat
Collections
Languages
Organizations
Community
Blog
Posts
Daily Papers
Hardware
Learn
Discord
Forum
GitHub
Solutions
Team & Enterprise
Hugging Face PRO
Enterprise Support
Inference Providers
Inference Endpoints
Storage Buckets
Log In
Sign Up
Spaces:
NN-BRD
/
hackathon_depth_segment
like
0
Runtime error
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
s194649
commited on
Aug 18, 2023
Commit
a057615
·
1 Parent(s):
4731957
share True
Browse files
Files changed (1)
hide
show
app.py
+1
-1
app.py
CHANGED
Viewed
@@ -176,4 +176,4 @@ with block:
176
177
if __name__ == '__main__':
178
block.queue()
179
-
block.launch()
176
177
if __name__ == '__main__':
178
block.queue()
179
+
block.launch(
share=True
)