Spaces:
Running
on
Zero
Running
on
Zero
AdrienB134
commited on
Commit
•
78bb310
1
Parent(s):
aa5f27d
Update app.py
Browse files
app.py
CHANGED
@@ -244,4 +244,4 @@ with gr.Blocks(theme=gr.themes.Soft()) as demo:
|
|
244 |
answer_button.click(model_inference, inputs=[output_gallery, query], outputs=output)
|
245 |
|
246 |
if __name__ == "__main__":
|
247 |
-
demo.queue(max_size=10).launch(
|
|
|
244 |
answer_button.click(model_inference, inputs=[output_gallery, query], outputs=output)
|
245 |
|
246 |
if __name__ == "__main__":
|
247 |
+
demo.queue(max_size=10).launch(share=True)
|