m7mdal7aj commited on
Commit
178b929
·
verified ·
1 Parent(s): 3bbb860

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -0
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