Spaces:
Sleeping
Sleeping
Update web_app.py
Browse files- web_app.py +2 -2
web_app.py
CHANGED
@@ -305,5 +305,5 @@ iface = gr.Interface(
|
|
305 |
|
306 |
if __name__ == '__main__':
|
307 |
# iface.launch()
|
308 |
-
|
309 |
-
app.launch(share=True)
|
|
|
305 |
|
306 |
if __name__ == '__main__':
|
307 |
# iface.launch()
|
308 |
+
app.launch(share=False, auth=[('jenhw', 'admin'), ('user', 'admin')], auth_message="Enter your username and password")
|
309 |
+
# app.launch(share=True)
|