Senayfre commited on
Commit
e440838
·
1 Parent(s): bacc154

added requirements

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -74,7 +74,7 @@ st.sidebar.info(
74
 
75
 
76
  st.title('Wheat Rust Identification')
77
- model = load_tf_model(model_path)
78
  st.write("Upload an image.")
79
  uploaded_file = st.file_uploader("")
80
 
 
74
 
75
 
76
  st.title('Wheat Rust Identification')
77
+
78
  st.write("Upload an image.")
79
  uploaded_file = st.file_uploader("")
80