Spaces:
Build error
Build error
MrFeelgoood
commited on
Commit
•
6379ad0
1
Parent(s):
afe2042
Update app.py
Browse files
app.py
CHANGED
@@ -291,4 +291,4 @@ 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 |
-
demo.launch()
|
|
|
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 |
+
demo.launch(debug = True, share = True, auth=('ad', '123'))
|