IniNLP247 commited on
Commit
139466f
·
verified ·
1 Parent(s): 6fb3bd1

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +3 -5
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
- server_name="0.0.0.0",
519
- server_port=7880,
520
- share=True,
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
+ )