Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
qdqd
/
open-o1
like
9
Running
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
qdqd
commited on
Sep 13, 2024
Commit
da76b68
·
verified
·
1 Parent(s):
b3855d3
Update app.py
Browse files
Files changed (1)
hide
show
app.py
+1
-1
app.py
CHANGED
Viewed
@@ -112,4 +112,4 @@ demo = gr.ChatInterface(
112
)
113
114
if __name__ == "__main__":
115
-
demo.launch()
112
)
113
114
if __name__ == "__main__":
115
+
demo.launch(
show_api=False, share=True
)