CloudAnts commited on
Commit
229c085
·
1 Parent(s): 986f7b7
Files changed (1) hide show
  1. app.py +3 -0
app.py CHANGED
@@ -75,6 +75,9 @@ def upload_file():
75
  })
76
 
77
  def process_image():
 
 
 
78
  print("Current directory contents:", os.listdir('/'))
79
 
80
  model = YOLOv10(f'./Maryam156/mydemo1/runs/detect/train3/weights/best (1).pt')
 
75
  })
76
 
77
  def process_image():
78
+ print("Current working directory:", os.getcwd())
79
+
80
+ # Check contents in the root directory
81
  print("Current directory contents:", os.listdir('/'))
82
 
83
  model = YOLOv10(f'./Maryam156/mydemo1/runs/detect/train3/weights/best (1).pt')