Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
prithivMLmods
/
QwQ-Edge
like
186
Running
on
Zero
App
Files
Files
Community
2
Fetching metadata from the HF Docker repository...
prithivMLmods
commited on
17 days ago
Commit
2aadb64
·
verified
·
1 Parent(s):
484539f
Update app.py
Browse files
Files changed (1)
hide
show
app.py
+1
-1
app.py
CHANGED
Viewed
@@ -195,4 +195,4 @@ demo = gr.ChatInterface(
195
)
196
197
if __name__ == "__main__":
198
-
demo.queue(max_size=20).launch()
195
)
196
197
if __name__ == "__main__":
198
+
demo.queue(max_size=20).launch(
share=True
)