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