Hugging Face
Models
Datasets
Spaces
Community
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
yuanpei
/
robotinder-dev
like
1
Runtime error
App
Files
Files
Community
1
Fetching metadata from the HF Docker repository...
zmsn-1998
commited on
Dec 27, 2022
Commit
408f8bd
·
1 Parent(s):
a4e6897
fix
Browse files
Files changed (1)
hide
show
app.py
+1
-1
app.py
CHANGED
Viewed
@@ -338,4 +338,4 @@ if __name__ == "__main__":
338
339
demo = build_interface()
340
# demo.launch(share=True)
341
-
demo.launch(share=
True
)
338
339
demo = build_interface()
340
# demo.launch(share=True)
341
+
demo.launch(share=
False
)