pierreguillou commited on
Commit
af5636f
·
verified ·
1 Parent(s): b6b9185

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +4 -1
app.py CHANGED
@@ -266,4 +266,7 @@ demo = gr.Interface(
266
  # Launch the app
267
  if __name__ == "__main__":
268
  demo.launch(
269
- auth=authenticate)
 
 
 
 
266
  # Launch the app
267
  if __name__ == "__main__":
268
  demo.launch(
269
+ debug=False,
270
+ enable_queue=False,
271
+ auth=(os.environ['HF_USERNAME'], os.environ['HF_PASSWORD'])
272
+ )