Uunan commited on
Commit
acf4607
·
verified ·
1 Parent(s): 2d13776

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -1
app.py CHANGED
@@ -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