hsuwill000 commited on
Commit
21f391c
·
verified ·
1 Parent(s): 7764a77

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -1
app.py CHANGED
@@ -54,5 +54,6 @@ demo = gr.ChatInterface(
54
 
55
  if __name__ == "__main__":
56
  print("Launching Gradio app...")
57
- demo.launch(server_name="0.0.0.0", server_port=7860)
 
58
 
 
54
 
55
  if __name__ == "__main__":
56
  print("Launching Gradio app...")
57
+ #demo.launch(server_name="0.0.0.0", server_port=7860)
58
+ demo.launch()
59