Hugging Face
Models
Datasets
Spaces
Community
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
AndreasLH
/
Weak-Cube-RCNN
like
0
Running
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
AndreasLH
commited on
17 days ago
Commit
d7ee9f5
·
1 Parent(s):
8b8567f
0000
Browse files
Files changed (1)
hide
show
app.py
+2
-2
app.py
CHANGED
Viewed
@@ -148,5 +148,5 @@ if __name__ == "__main__":
148
)
149
150
151
-
#
demo.launch(server_name="0.0.0.0", server_port=7860)
152
-
demo.launch()
148
)
149
150
151
+
demo.launch(server_name="0.0.0.0", server_port=7860)
152
+
#
demo.launch()