pmelnechuk commited on
Commit
2c28075
·
verified ·
1 Parent(s): 6426abb

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -69,5 +69,5 @@ if __name__=="__main__":
69
  title="Chatbot Simple",
70
  description="Interfaz simple de chatbot con Gradio."
71
  )
72
-
73
- iface.launch()
 
69
  title="Chatbot Simple",
70
  description="Interfaz simple de chatbot con Gradio."
71
  )
72
+
73
+ iface.launch(server_port=7860)