Gargaz soiz1 commited on
Commit
873a55b
·
verified ·
1 Parent(s): f9ed034

Update app.py (#2)

Browse files

- Update app.py (56b6dd844609d7d61e613a1b9d91cac3778d49b9)


Co-authored-by: izum00 <soiz1@users.noreply.huggingface.co>

Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -246,4 +246,4 @@ def chat():
246
  return Response(generate(), content_type='text/event-stream')
247
 
248
  if __name__ == '__main__':
249
- app.run(debug=True, port=5000)
 
246
  return Response(generate(), content_type='text/event-stream')
247
 
248
  if __name__ == '__main__':
249
+ app.run(debug=True, port=7860, host="0.0.0.0")