MrFeelgoood commited on
Commit
846b634
1 Parent(s): 6379ad0

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -1
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
- demo.launch(debug = True, share = True, auth=('ad', '123'))
 
 
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()