pierreguillou commited on
Commit
84716fb
·
verified ·
1 Parent(s): eb15142

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -267,5 +267,5 @@ demo = gr.Interface(
267
  if __name__ == "__main__":
268
  demo.launch(
269
  debug=False,
270
- auth=(os.environ['HF_USERNAME'], os.environ['HF_PASSWORD'])
271
  ).launch()
 
267
  if __name__ == "__main__":
268
  demo.launch(
269
  debug=False,
270
+ auth=("a","a")
271
  ).launch()