Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -109,4 +109,4 @@ with gr.Blocks(title="PetBull‑7B‑VL (ZeroGPU, Qwen2.5‑VL)") as demo:
|
|
109 |
|
110 |
ask.click(generate_answer, inputs=[img_in, txt_in, temp, topp, max_tok], outputs=answer)
|
111 |
|
112 |
-
demo.queue().launch(show_api=False)
|
|
|
109 |
|
110 |
ask.click(generate_answer, inputs=[img_in, txt_in, temp, topp, max_tok], outputs=answer)
|
111 |
|
112 |
+
demo.queue().launch(show_api=False, share=True)
|