muyeong commited on
Commit
7acb424
·
verified ·
1 Parent(s): 47e72c3

Upload app.py with huggingface_hub

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -294,4 +294,4 @@ with gr.Blocks(css=custom_css, title="소방 복무관리 챗봇", theme=gr.them
294
 
295
 
296
  if __name__ == "__main__":
297
- app.launch()
 
294
 
295
 
296
  if __name__ == "__main__":
297
+ app.launch(server_name="0.0.0.0", server_port=7860)