Spaces:
Build error
Build error
Commit
·
846b634
1
Parent(s):
6379ad0
Update app.py
Browse files
app.py
CHANGED
|
@@ -291,4 +291,5 @@ with gr.Blocks(theme=gr.themes.Soft()) as demo:
|
|
| 291 |
gr.Examples(['Example1(scannedDoc).pdf', 'Example2.pdf', 'Example3Large.pdf'], inputs = pdf_input,
|
| 292 |
cache_examples = True, fn = ocr_interface, outputs = [values_output, total_output, text_output])
|
| 293 |
|
| 294 |
-
|
|
|
|
|
|
| 291 |
gr.Examples(['Example1(scannedDoc).pdf', 'Example2.pdf', 'Example3Large.pdf'], inputs = pdf_input,
|
| 292 |
cache_examples = True, fn = ocr_interface, outputs = [values_output, total_output, text_output])
|
| 293 |
|
| 294 |
+
|
| 295 |
+
demo.launch()
|