Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
jonaschua
/
deepseekv2
like
0
Sleeping
App
Files
Files
Community
1
Fetching metadata from the HF Docker repository...
jonaschua
commited on
Mar 3
Commit
8dadb61
·
verified
·
1 Parent(s):
e26670f
Update app.py
Browse files
Files changed (1)
hide
show
app.py
+1
-1
app.py
CHANGED
Viewed
@@ -107,4 +107,4 @@ demo = gr.ChatInterface(
107
108
109
if __name__ == "__main__":
110
-
demo.launch()
107
108
109
if __name__ == "__main__":
110
+
demo.launch(
share=True
)