grasepard2 commited on
Commit
f43f41a
·
verified ·
1 Parent(s): d4f4a26

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -2
app.py CHANGED
@@ -384,5 +384,4 @@ Each detected signal contributes to a total score that maps to Low / Medium / Hi
384
  - **v3** — Integrated n8n workflow for smarter conversational responses
385
  """)
386
 
387
- if __name__ == "__main__":
388
- demo.launch(server_name="0.0.0.0", server_port=7860)
 
384
  - **v3** — Integrated n8n workflow for smarter conversational responses
385
  """)
386
 
387
+ demo.launch(server_name="0.0.0.0", server_port=7860, share=True)