jsaplication commited on
Commit
4ba2742
1 Parent(s): fcc8faa

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -112,4 +112,4 @@ def reconstruir_imagem():
112
  return jsonify({'status': 'error', 'message': str(e)})
113
 
114
  if __name__ == '__main__':
115
- app.run(host='0.0.0.0', port=int(os.environ.get('PORT', 7860)))
 
112
  return jsonify({'status': 'error', 'message': str(e)})
113
 
114
  if __name__ == '__main__':
115
+ app.run(host='0.0.0.0', port=int(os.environ.get('PORT', 7860)))