raj999 commited on
Commit
8fa301f
1 Parent(s): bef2827

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -45,7 +45,7 @@ st.sidebar.title("Contact")
45
  st.sidebar.info(
46
  """
47
  For more information, contact us at:
48
- [raj.bhalwankar@gmail.com]
49
  """
50
  )
51
 
@@ -163,7 +163,7 @@ if uploaded_image is not None:
163
  with col3:
164
  st.image(images_list[5]["image"], caption="Sample 3", width=image_width)
165
 
166
- folder_path = 'D:/Downloads/image/plant_images/plant_images/drone_igapo_flooded_forest/identified_species'
167
 
168
  species_feature_list = extract_treespecies_features(folder_path)
169
  final_result = perform_inference(images_list, species_feature_list, boxes)
 
45
  st.sidebar.info(
46
  """
47
  For more information, contact us at:
48
+ [rajbhalwankar@protonmail.com]
49
  """
50
  )
51
 
 
163
  with col3:
164
  st.image(images_list[5]["image"], caption="Sample 3", width=image_width)
165
 
166
+ folder_path = './identified_species'
167
 
168
  species_feature_list = extract_treespecies_features(folder_path)
169
  final_result = perform_inference(images_list, species_feature_list, boxes)