stzhao commited on
Commit
1ab33aa
·
verified ·
1 Parent(s): f13e461

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -172,4 +172,4 @@ with gr.Blocks() as demo:
172
  )
173
 
174
  if __name__ == "__main__":
175
- demo.launch(server_name="0.0.0.0")
 
172
  )
173
 
174
  if __name__ == "__main__":
175
+ demo.launch(debug=True)