detectionpro commited on
Commit
7796579
·
verified ·
1 Parent(s): 7a62f01

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +0 -1
app.py CHANGED
@@ -61,7 +61,6 @@ def predict():
61
  pred, output_page = pred_cot_dieas(cott_plant=file_path)
62
 
63
  return render_template(output_page, pred_output = pred, user_image = file_path)
64
-
65
  # For local system & cloud
66
  if __name__ == "__main__":
67
  app.run(host="0.0.0.0", port=7860)
 
61
  pred, output_page = pred_cot_dieas(cott_plant=file_path)
62
 
63
  return render_template(output_page, pred_output = pred, user_image = file_path)
 
64
  # For local system & cloud
65
  if __name__ == "__main__":
66
  app.run(host="0.0.0.0", port=7860)