Sage commited on
Commit
c826037
1 Parent(s): 23cc700

Big Commit

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -142,4 +142,4 @@ with gr.Blocks(title="Axon OCR", css=".markdown {text-align: center;}") as app:
142
  combine_button.click(combine_json_files, inputs=json_files_input, outputs=combined_json_output)
143
 
144
  app.queue()
145
- app.launch(share=True, auth=("username", "password"))
 
142
  combine_button.click(combine_json_files, inputs=json_files_input, outputs=combined_json_output)
143
 
144
  app.queue()
145
+ app.launch(auth=("username", "password"))