gtani commited on
Commit
2fb7115
·
verified ·
1 Parent(s): f161bc7

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -297,6 +297,6 @@ if __name__ == "__main__":
297
  demo.queue().launch(
298
  server_name="0.0.0.0", # in a space or your own server
299
  show_api=False, # hides the “Use via API” link
300
- auth=(USER, PWD), # basic-auth from env
301
  share=True # generate a public link
302
  )
 
297
  demo.queue().launch(
298
  server_name="0.0.0.0", # in a space or your own server
299
  show_api=False, # hides the “Use via API” link
300
+ #auth=(USER, PWD), # basic-auth from env
301
  share=True # generate a public link
302
  )