SamDaLamb commited on
Commit
0b16722
·
verified ·
1 Parent(s): 11c4824

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -9,10 +9,10 @@ from urllib.request import urlretrieve
9
 
10
  # get image examples from github
11
  urlretrieve("https://github.com/SamDaaLamb/ValorantTracker/blob/main/clip2_-1450-_jpg.jpg?raw=true", "clip2_-1450-_jpg.jpg") # make sure to use "copy image address when copying image from Github"
12
- urlretrieve("https://github.com/SamDaaLamb/ValorantTracker/blob/main/clip2_-1450-_jpg.jpg?raw=true", "clip2_-1450-_jpg.jpg")
13
  examples = [ # need to manually delete cache everytime new examples are added
14
  ["clip2_-1450-_jpg.jpg"],
15
- ["clip2_-1450-_jpg.jpg"]]
16
 
17
  def speclab(img):
18
 
 
9
 
10
  # get image examples from github
11
  urlretrieve("https://github.com/SamDaaLamb/ValorantTracker/blob/main/clip2_-1450-_jpg.jpg?raw=true", "clip2_-1450-_jpg.jpg") # make sure to use "copy image address when copying image from Github"
12
+ urlretrieve("https://github.com/SamDaaLamb/ValorantTracker/blob/main/clip2_-539-_jpg.jpg?raw=true", "clip2_-539-_jpg.jpg")
13
  examples = [ # need to manually delete cache everytime new examples are added
14
  ["clip2_-1450-_jpg.jpg"],
15
+ ["clip2_-539-_jpg.jpg"]]
16
 
17
  def speclab(img):
18