Spaces:
Running
Running
Update app.py
Browse files
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)
|