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

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()