Spaces:
Sleeping
Sleeping
Update app.py
Browse files
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)
|