KoonJamesZ commited on
Commit
9730a55
·
verified ·
1 Parent(s): 7aa7d06

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -114,4 +114,4 @@ with gr.Blocks(title="Classification category of incident",theme=basetheme,js=js
114
 
115
  # Launch Gradio app
116
  if __name__ == "__main__":
117
- demo.launch(server_name="0.0.0.0", server_port=8080)
 
114
 
115
  # Launch Gradio app
116
  if __name__ == "__main__":
117
+ demo.launch()