Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
bunyaminergen
/
Qwen2.5-Coder-1.5B-Instruct-Reasoning
like
0
Running
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
bunyaminergen
commited on
10 days ago
Commit
03f5805
·
1 Parent(s):
bf0e762
Initial
Browse files
Files changed (1)
hide
show
app.py
+1
-1
app.py
CHANGED
Viewed
@@ -58,4 +58,4 @@ demo = gr.ChatInterface(
58
)
59
60
if __name__ == "__main__":
61
-
demo.launch()
58
)
59
60
if __name__ == "__main__":
61
+
demo.launch(
share=True
)