jsaplication commited on
Commit
90b5572
·
1 Parent(s): 4109131

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -110,4 +110,4 @@ def reconstruir_imagem():
110
  return jsonify({'status': 'error', 'message': str(e)})
111
 
112
  if __name__ == '__main__':
113
- app.run(host='0.0.0.0', port=80)
 
110
  return jsonify({'status': 'error', 'message': str(e)})
111
 
112
  if __name__ == '__main__':
113
+ app.run(host='0.0.0.0')