arslan-ahmed commited on
Commit
6f4fcce
1 Parent(s): 67f1811

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -299,5 +299,5 @@ with gr.Blocks(theme=gr.themes.Default(primary_hue='orange', secondary_hue='gray
299
  msg.submit(**chat_btn_args)
300
 
301
  demo.queue(default_concurrency_limit=10)
302
- gradio_auth=None # comment this if you want to use Authentication
303
  demo.launch(show_error=True, auth=gradio_auth)
 
299
  msg.submit(**chat_btn_args)
300
 
301
  demo.queue(default_concurrency_limit=10)
302
+ # gradio_auth=None # comment this if you want to use Authentication
303
  demo.launch(show_error=True, auth=gradio_auth)