andreped commited on
Commit
1e99e66
·
1 Parent(s): 254fbaf

Added two test examples from URL

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -41,8 +41,8 @@ def main():
41
  nb_classes = 10
42
  labels = load_label_data()
43
  examples=[
44
- ['cat.jpg'],
45
- ['dog.jpeg']
46
  ]
47
 
48
  # define UI
 
41
  nb_classes = 10
42
  labels = load_label_data()
43
  examples=[
44
+ ['https://github.com/andreped/INF1600-ai-workshop/releases/download/Examples/cat.jpg'],
45
+ ['https://github.com/andreped/INF1600-ai-workshop/releases/download/Examples/dog.jpeg']
46
  ]
47
 
48
  # define UI