Spaces:
Running
Running
Commit
·
f44c5b3
1
Parent(s):
500f3c8
authentification added
Browse files
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 |
-
|
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)
|