awacke1 commited on
Commit
a858f39
·
1 Parent(s): 491d66f

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +15 -14
app.py CHANGED
@@ -18,12 +18,12 @@ torch.hub.download_url_to_file('https://github.com/AaronCWacker/Yggdrasil/blob/m
18
  torch.hub.download_url_to_file('https://github.com/AaronCWacker/Yggdrasil/blob/main/images/28-Books.jpg', '28-Books.jpg')
19
  torch.hub.download_url_to_file('https://github.com/AaronCWacker/Yggdrasil/blob/main/images/27-Games.jpg', '27-Games.jpg')
20
  torch.hub.download_url_to_file('https://github.com/AaronCWacker/Yggdrasil/blob/main/images/28-Games.jpg', '28-Games.jpg')
21
- torch.hub.download_url_to_file('https://github.com/AaronCWacker/Yggdrasil/blob/main/images/29-Books-Science-Fiction.jpg', '29-Books-Science-Fiction.jpg')
22
- torch.hub.download_url_to_file('https://github.com/AaronCWacker/Yggdrasil/blob/main/images/30-Manga-Books.jpg', '30-Manga-Books.jpg')
23
- torch.hub.download_url_to_file('https://github.com/AaronCWacker/Yggdrasil/blob/main/images/31-Books.jpg', '31-Books.jpg')
24
- torch.hub.download_url_to_file('https://github.com/AaronCWacker/Yggdrasil/blob/main/images/32-Books.jpg', '32-Books.jpg')
25
- torch.hub.download_url_to_file('https://github.com/AaronCWacker/Yggdrasil/blob/main/images/33-Game-Night.jpg', '33-Game-Night.jpg')
26
- torch.hub.download_url_to_file('https://github.com/AaronCWacker/Yggdrasil/blob/main/images/34-Games.jpg', '34-Games.jpg')
27
  #torch.hub.download_url_to_file('https://github.com/AaronCWacker/Yggdrasil/blob/main/images/35-Favorite-Games.jpg', '35-Favorite-Games.jpg')
28
  #torch.hub.download_url_to_file('https://github.com/AaronCWacker/Yggdrasil/blob/main/images/36-Game-Night.jpg', '36-Game-Night.jpg')
29
  #torch.hub.download_url_to_file('https://github.com/AaronCWacker/Yggdrasil/blob/main/images/38-Strategy-Games.jpg', '38-Strategy-Games.jpg')
@@ -51,13 +51,14 @@ examples = [
51
  ['27-Books.jpg',['en']],
52
  ['28-Books.jpg',['en']],
53
  ['27-Games.jpg',['en']],
54
- ['28-Games.jpg',['en']],
55
- ['29-Books-Science-Fiction.jpg',['en']],
56
- ['30-Manga-Books.jpg',['en']],
57
- ['31-Books.jpg',['en']],
58
- ['32-Books.jpg',['en']],
59
- ['33-Game-Night.jpg',['en']],
60
- ['34-Games.jpg',['en']]
 
61
  #['35-Favorite-Games.jpg',['en']],
62
  #['36-Game-Night.jpg',['en']],
63
  #['38-Strategy-Games.jpg',['en']],
@@ -69,7 +70,7 @@ examples = [
69
  #['44-Game-Pieces.jpg',['en']],
70
  #['45-Choose-Your-Own-Adventure.jpg',['en']],
71
  #['46-Choose-Your-Own-Adventure.jpg',['en']]
72
- ]
73
 
74
  # Comment
75
  #['english.png',['en']],
 
18
  torch.hub.download_url_to_file('https://github.com/AaronCWacker/Yggdrasil/blob/main/images/28-Books.jpg', '28-Books.jpg')
19
  torch.hub.download_url_to_file('https://github.com/AaronCWacker/Yggdrasil/blob/main/images/27-Games.jpg', '27-Games.jpg')
20
  torch.hub.download_url_to_file('https://github.com/AaronCWacker/Yggdrasil/blob/main/images/28-Games.jpg', '28-Games.jpg')
21
+ #torch.hub.download_url_to_file('https://github.com/AaronCWacker/Yggdrasil/blob/main/images/29-Books-Science-Fiction.jpg', '29-Books-Science-Fiction.jpg')
22
+ #torch.hub.download_url_to_file('https://github.com/AaronCWacker/Yggdrasil/blob/main/images/30-Manga-Books.jpg', '30-Manga-Books.jpg')
23
+ #torch.hub.download_url_to_file('https://github.com/AaronCWacker/Yggdrasil/blob/main/images/31-Books.jpg', '31-Books.jpg')
24
+ #torch.hub.download_url_to_file('https://github.com/AaronCWacker/Yggdrasil/blob/main/images/32-Books.jpg', '32-Books.jpg')
25
+ #torch.hub.download_url_to_file('https://github.com/AaronCWacker/Yggdrasil/blob/main/images/33-Game-Night.jpg', '33-Game-Night.jpg')
26
+ #torch.hub.download_url_to_file('https://github.com/AaronCWacker/Yggdrasil/blob/main/images/34-Games.jpg', '34-Games.jpg')
27
  #torch.hub.download_url_to_file('https://github.com/AaronCWacker/Yggdrasil/blob/main/images/35-Favorite-Games.jpg', '35-Favorite-Games.jpg')
28
  #torch.hub.download_url_to_file('https://github.com/AaronCWacker/Yggdrasil/blob/main/images/36-Game-Night.jpg', '36-Game-Night.jpg')
29
  #torch.hub.download_url_to_file('https://github.com/AaronCWacker/Yggdrasil/blob/main/images/38-Strategy-Games.jpg', '38-Strategy-Games.jpg')
 
51
  ['27-Books.jpg',['en']],
52
  ['28-Books.jpg',['en']],
53
  ['27-Games.jpg',['en']],
54
+ ['28-Games.jpg',['en']]]
55
+
56
+ #['29-Books-Science-Fiction.jpg',['en']],
57
+ #['30-Manga-Books.jpg',['en']],
58
+ #['31-Books.jpg',['en']],
59
+ #['32-Books.jpg',['en']],
60
+ #['33-Game-Night.jpg',['en']],
61
+ #['34-Games.jpg',['en']]
62
  #['35-Favorite-Games.jpg',['en']],
63
  #['36-Game-Night.jpg',['en']],
64
  #['38-Strategy-Games.jpg',['en']],
 
70
  #['44-Game-Pieces.jpg',['en']],
71
  #['45-Choose-Your-Own-Adventure.jpg',['en']],
72
  #['46-Choose-Your-Own-Adventure.jpg',['en']]
73
+ #]
74
 
75
  # Comment
76
  #['english.png',['en']],