Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
|
@@ -20,4 +20,4 @@ with gr.Blocks() as demo:
|
|
| 20 |
output = gr.JSON()
|
| 21 |
file_input.change(process_pdf, file_input, output)
|
| 22 |
|
| 23 |
-
demo.launch(share
|
|
|
|
| 20 |
output = gr.JSON()
|
| 21 |
file_input.change(process_pdf, file_input, output)
|
| 22 |
|
| 23 |
+
demo.launch(share=True)
|