jkorstad commited on
Commit
ad1014c
Β·
verified Β·
1 Parent(s): 7fc9b26

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -2
app.py CHANGED
@@ -87,5 +87,4 @@ with gr.Blocks(title="PDF Text Extractor") as demo:
87
  submit_btn.click(fn=process_pdf, inputs=pdf_input, outputs=output_html)
88
 
89
  # Launch the interface
90
- demo.launch()
91
- ​​​​​​​​​​​​​​​​​​​​​​​​​​​​​​​​​​​​​​​​​​​​​​​​​​
 
87
  submit_btn.click(fn=process_pdf, inputs=pdf_input, outputs=output_html)
88
 
89
  # Launch the interface
90
+ demo.launch()