srbmihaicode commited on
Commit
855f0ca
·
verified ·
1 Parent(s): a83fb54

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -55,4 +55,4 @@ def chat():
55
  return jsonify({"error": str(e)}), 500
56
 
57
  if __name__ == "__main__":
58
- app.run(host="0.0.0.0", port=8000)
 
55
  return jsonify({"error": str(e)}), 500
56
 
57
  if __name__ == "__main__":
58
+ app.run(debug==True)