Almaatla commited on
Commit
596c401
1 Parent(s): bc9bc28

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -12,4 +12,4 @@ def hello():
12
  return jsonify(message=message)
13
 
14
  if __name__ == '__main__':
15
- app.run()
 
12
  return jsonify(message=message)
13
 
14
  if __name__ == '__main__':
15
+ app.run(host="0.0.0.0", port=7860)