Svngoku commited on
Commit
11fde5d
·
verified ·
1 Parent(s): 321c5b8

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +3 -1
app.py CHANGED
@@ -144,4 +144,6 @@ with gr.Blocks(title="Mistral OCR & Document Understanding App") as demo:
144
  doc_button.click(document_understanding, inputs=[doc_url_input, question_input], outputs=doc_output)
145
 
146
  # Launch the app
147
- demo.launch()
 
 
 
144
  doc_button.click(document_understanding, inputs=[doc_url_input, question_input], outputs=doc_output)
145
 
146
  # Launch the app
147
+ demo.launch(
148
+ share=True,
149
+ )