m7mdal7aj commited on
Commit
501585d
1 Parent(s): 2468667

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -0
app.py CHANGED
@@ -95,6 +95,7 @@ def process_uploaded_image(image):
95
  # Object Detection App
96
  def object_detection_app():
97
  # ... Implement your code for object detection ...
 
98
 
99
  # Other functions...
100
 
 
95
  # Object Detection App
96
  def object_detection_app():
97
  # ... Implement your code for object detection ...
98
+ pass
99
 
100
  # Other functions...
101