Hugging Face
Models
Datasets
Spaces
Community
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
Uunan
/
DeeDe
like
0
Sleeping
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
Uunan
commited on
Nov 15
Commit
acf4607
·
verified
·
1 Parent(s):
2d13776
Update app.py
Browse files
Files changed (1)
hide
show
app.py
+2
-1
app.py
CHANGED
Viewed
@@ -56,5 +56,6 @@ demo = gr.Interface(
56
title="Qwen 3B Instruct (GGUF - llama.cpp)"
57
)
58
59
-
demo.launch(ssr_mode=False)
60
56
title="Qwen 3B Instruct (GGUF - llama.cpp)"
57
)
58
59
+
demo.launch(ssr_mode=False
, share=True
)
60
+
61