Sidharthh commited on
Commit
5be9cc8
·
verified ·
1 Parent(s): 8a71c22

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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