tiennguyenbnbk commited on
Commit
c687007
·
verified ·
1 Parent(s): aaf73d1

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -300,4 +300,4 @@ with gr.Blocks() as demo:
300
  # greet_btn.click(gen_ielts, inputs=[*review], outputs=[evaluation])
301
 
302
  if __name__ == "__main__":
303
- demo.launch(server_name="0.0.0.0", 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()