CORVO-AI commited on
Commit
1c5cb1e
·
verified ·
1 Parent(s): cbbae46

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -0
app.py CHANGED
@@ -387,5 +387,6 @@ def chat_endpoint():
387
  # -------------------------------------------------------------------
388
  # Run the Flask app
389
  # -------------------------------------------------------------------
 
390
  if __name__ == "__main__":
391
  app.run(host="0.0.0.0", port=7860, debug=True)
 
387
  # -------------------------------------------------------------------
388
  # Run the Flask app
389
  # -------------------------------------------------------------------
390
+
391
  if __name__ == "__main__":
392
  app.run(host="0.0.0.0", port=7860, debug=True)