tiennguyenbnbk commited on
Commit
300b39d
·
verified ·
1 Parent(s): 6ca02c5

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -1
app.py CHANGED
@@ -300,4 +300,5 @@ with gr.Blocks() as demo:
300
  # greet_btn.click(gen_ielts, inputs=[*review], outputs=[evaluation])
301
 
302
  if __name__ == "__main__":
303
- demo.launch(auth=(os.getenv('username'), os.getenv('password')))
 
 
300
  # greet_btn.click(gen_ielts, inputs=[*review], outputs=[evaluation])
301
 
302
  if __name__ == "__main__":
303
+ # demo.launch(auth=(os.getenv('username'), os.getenv('password')))
304
+ demo.launch()