Update app.py
Browse files
app.py
CHANGED
|
@@ -516,7 +516,7 @@ if __name__ == "__main__":
|
|
| 516 |
print("🚀 Starting Kenko Mental Health Assistant with Emotion Detection...")
|
| 517 |
demo.launch(
|
| 518 |
server_name="0.0.0.0",
|
| 519 |
-
server_port=
|
| 520 |
share=True,
|
| 521 |
show_error=True
|
| 522 |
)
|
|
|
|
| 516 |
print("🚀 Starting Kenko Mental Health Assistant with Emotion Detection...")
|
| 517 |
demo.launch(
|
| 518 |
server_name="0.0.0.0",
|
| 519 |
+
server_port=7880,
|
| 520 |
share=True,
|
| 521 |
show_error=True
|
| 522 |
)
|