Hugging Face
Models
Datasets
Spaces
Buckets
new
Docs
Enterprise
Pricing
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 21, 2023
Commit
8a04aab
·
1 Parent(s):
ea11ea1
auth
Browse files
Files changed (1)
hide
show
app.py
+1
-1
app.py
CHANGED
Viewed
@@ -306,4 +306,4 @@ with block:
306
307
if __name__ == "__main__":
308
block.queue()
309
-
block.launch()
306
307
if __name__ == "__main__":
308
block.queue()
309
+
block.launch(
auth=("novouser", "bstad2023"
)
)