sylvainHellin commited on
Commit
f44c5b3
·
1 Parent(s): 500f3c8

authentification added

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