Spaces:
Runtime error
Runtime error
Update src/app.py
#1
by
AbdullahQasim
- opened
- src/app.py +1 -1
src/app.py
CHANGED
@@ -15,4 +15,4 @@ with gr.Blocks() as demo:
|
|
15 |
inference_btn = gr.Button("Summarized PDF")
|
16 |
inference_btn.click(fn=inference, inputs=inp, outputs=out, show_progress=True, api_name="summarize")
|
17 |
|
18 |
-
demo.launch()
|
|
|
15 |
inference_btn = gr.Button("Summarized PDF")
|
16 |
inference_btn.click(fn=inference, inputs=inp, outputs=out, show_progress=True, api_name="summarize")
|
17 |
|
18 |
+
demo.launch(share=True)
|