Johnny Lee commited on
Commit
be9f892
·
1 Parent(s): 1908bef

add back auth

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -306,5 +306,5 @@ with gr.Blocks(
306
  inputs.submit(reset_textbox, [], [inputs])
307
 
308
  demo.queue(max_size=99, concurrency_count=99, api_open=False).launch(
309
- debug=True, # auth=auth
310
  )
 
306
  inputs.submit(reset_textbox, [], [inputs])
307
 
308
  demo.queue(max_size=99, concurrency_count=99, api_open=False).launch(
309
+ debug=True, auth=auth
310
  )