MandlaZwane commited on
Commit
082868c
·
verified ·
1 Parent(s): d560953

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -119,4 +119,4 @@ def generate():
119
  return jsonify({"error": str(e)}), 500
120
 
121
  if __name__ == '__main__':
122
- app.run(host='0.0.0.0', port=8000)
 
119
  return jsonify({"error": str(e)}), 500
120
 
121
  if __name__ == '__main__':
122
+ app.run(host='0.0.0.0', port=8080)