Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -19,5 +19,5 @@ with gr.Blocks() as demo:
|
|
19 |
|
20 |
pdf_input.change(fn=extract_text_from_pdf, inputs=pdf_input, outputs=output_text)
|
21 |
|
22 |
-
app.launch()
|
23 |
|
|
|
19 |
|
20 |
pdf_input.change(fn=extract_text_from_pdf, inputs=pdf_input, outputs=output_text)
|
21 |
|
22 |
+
app.launch(share=True)
|
23 |
|