JarvisLabs commited on
Commit
d97c68b
1 Parent(s): 20146be

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -23,4 +23,4 @@ with gr.Blocks(theme=gr.themes.Soft(
23
 
24
 
25
 
26
- demo.launch(share=True,debug=True) #,auth=[("username", "password"),(os.getenv("APP_USER"),os.getenv("APP_PW"))])
 
23
 
24
 
25
 
26
+ demo.launch(share=True,debug=True,auth=[("username", "password"),(os.getenv("APP_USER"),os.getenv("APP_PW"))])