Spaces:
Build error
Build error
Update app.py
Browse files
app.py
CHANGED
@@ -45,7 +45,7 @@ st.sidebar.title("Contact")
|
|
45 |
st.sidebar.info(
|
46 |
"""
|
47 |
For more information, contact us at:
|
48 |
-
[
|
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 = '
|
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)
|