bluenevus commited on
Commit
e3fb325
·
verified ·
1 Parent(s): 26d9c4b

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -253,5 +253,5 @@ def download_image(n_clicks, image_src):
253
 
254
  if __name__ == '__main__':
255
  print("Starting the Dash application...")
256
- app.run(debug=True, host='0.0.0.0', port=7860)
257
  print("Dash application has finished running.")
 
253
 
254
  if __name__ == '__main__':
255
  print("Starting the Dash application...")
256
+ app.run(debug=False, host='0.0.0.0', port=7860)
257
  print("Dash application has finished running.")