iamsuman commited on
Commit
9c4be5d
·
1 Parent(s): 55c29e2

fix file path

Browse files
Files changed (1) hide show
  1. app.py +3 -3
app.py CHANGED
@@ -13,9 +13,9 @@ class_colors = {cls: (random.randint(0, 255), random.randint(0, 255), random.ran
13
 
14
  # File URLs for sample images and video
15
  file_urls = [
16
- 'https://huggingface.co/spaces/iamsuman/ripe-and-unripe-tomatoes-detection/resolve/main/samples/AluCan1,000.jpg?download=true',
17
- 'https://huggingface.co/spaces/iamsuman/ripe-and-unripe-tomatoes-detection/resolve/main/samples/Glass847.jpg?download=true',
18
- 'https://huggingface.co/spaces/iamsuman/ripe-and-unripe-tomatoes-detection/resolve/main/samples/sample_waste.mp4?download=true',
19
  ]
20
 
21
  # Function to download files
 
13
 
14
  # File URLs for sample images and video
15
  file_urls = [
16
+ 'https://huggingface.co/spaces/iamsuman/waste-detection/resolve/main/samples/AluCan1%2C000.jpg',
17
+ 'https://huggingface.co/spaces/iamsuman/waste-detection/resolve/main/samples/Glass847.jpg',
18
+ 'https://huggingface.co/spaces/iamsuman/waste-detection/resolve/main/samples/sample_waste.mp4',
19
  ]
20
 
21
  # Function to download files