Spaces:
Running
Running
Update app.py
Browse files
app.py
CHANGED
@@ -106,6 +106,7 @@ def perform_object_detection(image, model_name, threshold):
|
|
106 |
except Exception as e:
|
107 |
# Print the error for debugging
|
108 |
print(f"Error in object detection: {e}")
|
|
|
109 |
return None, str(e)
|
110 |
|
111 |
|
|
|
106 |
except Exception as e:
|
107 |
# Print the error for debugging
|
108 |
print(f"Error in object detection: {e}")
|
109 |
+
st.write("7777777777777")
|
110 |
return None, str(e)
|
111 |
|
112 |
|