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