Spaces:
Running
on
Zero
Running
on
Zero
Update app.py
Browse files
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()
|
|