sxid003 commited on
Commit
9036732
·
verified ·
1 Parent(s): fdc611d

Update src/main.py

Browse files
Files changed (1) hide show
  1. src/main.py +1 -1
src/main.py CHANGED
@@ -105,7 +105,7 @@ class GradioChatbotApp:
105
  def launch(self):
106
  logging.info("Launching Gradio app...")
107
  demo = self.create_interface()
108
- demo.launch(server_name="0.0.0.0", server_port=8500)
109
 
110
  if __name__ == "__main__":
111
  app = GradioChatbotApp()
 
105
  def launch(self):
106
  logging.info("Launching Gradio app...")
107
  demo = self.create_interface()
108
+ demo.launch(server_name="0.0.0.0", server_port=7860)
109
 
110
  if __name__ == "__main__":
111
  app = GradioChatbotApp()