Spaces:
Sleeping
Sleeping
Update src/main.py
Browse files- 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=
|
| 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()
|