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

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -300,5 +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')))
304
- demo.launch()
 
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()