Aadityaramrame commited on
Commit
f2f7266
·
verified ·
1 Parent(s): 9e23cf3

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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()
 
20
  output = gr.JSON()
21
  file_input.change(process_pdf, file_input, output)
22
 
23
+ demo.launch(share = True)