Sage commited on
Commit
bc54de9
1 Parent(s): 06f9deb

first commit

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -263,4 +263,4 @@ with gr.Blocks(title="Ottico OCR", css=".markdown {text-align: center;}") as app
263
  batch_document_button.click(batch_document, inputs=batch_document_input, outputs=batch_document_output)
264
 
265
  app.queue()
266
- app.launch(share=True, auth=("username", "password"))
 
263
  batch_document_button.click(batch_document, inputs=batch_document_input, outputs=batch_document_output)
264
 
265
  app.queue()
266
+ app.launch(auth=("username", "password"))