Spaces:
Running
on
Zero
Running
on
Zero
Update app.py
Browse files
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)
|