sylvainHellin commited on
Commit
30780f6
·
verified ·
1 Parent(s): 82fa9ab

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -194,5 +194,5 @@ with gr.Blocks(theme='Insuz/Mocha', css="style.css") as app:
194
  )
195
 
196
  gr.close_all()
197
- # app.queue().launch(auth=(AUTH_USERNAME, AUTH_PASSWORD))
198
- app.launch(share=False)
 
194
  )
195
 
196
  gr.close_all()
197
+ app.queue().launch(auth=(AUTH_USERNAME, AUTH_PASSWORD))
198
+ # app.launch(share=False)