Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -25,4 +25,4 @@ iface = gr.Interface(
|
|
25 |
description="Enter a message to chat with the model.",
|
26 |
)
|
27 |
|
28 |
-
iface.launch(
|
|
|
25 |
description="Enter a message to chat with the model.",
|
26 |
)
|
27 |
|
28 |
+
iface.launch(server_port=8889)
|