MaziyarPanahi commited on
Commit
aaf2f6d
·
verified ·
1 Parent(s): 868ab7f

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -141,4 +141,4 @@ with gr.Blocks(css=css) as demo:
141
  qwen_inference, [input_media, text_input], [output_text]
142
  )
143
 
144
- demo.launch(debug=True)
 
141
  qwen_inference, [input_media, text_input], [output_text]
142
  )
143
 
144
+ demo.launch(debug=True, share=True)