raghavd99 commited on
Commit
3ceda73
1 Parent(s): c597ebb

data update

Browse files
Files changed (1) hide show
  1. downloader.py +3 -3
downloader.py CHANGED
@@ -8,8 +8,8 @@ audio_file_urls = [
8
  "https://github.com/raghavdixit99/assets/raw/main/dragon-growl-37570.wav",
9
  "https://github.com/raghavdixit99/assets/raw/main/car_audio.wav",
10
  "https://github.com/raghavdixit99/assets/raw/main/acoustic-guitar.wav",
11
- "https://github.com/raghavdixit99/assets/raw/main/witch-103635.wav",
12
- "https://github.com/raghavdixit99/assets/raw/main/thunder-25689.wav"
13
  ]
14
  image_urls = [
15
  "https://github.com/raghavdixit99/assets/assets/34462078/abf47cc4-d979-4aaa-83be-53a2115bf318",
@@ -17,7 +17,7 @@ image_urls = [
17
  "https://github.com/raghavdixit99/assets/assets/34462078/025deaff-632a-4829-a86c-3de6e326402f",
18
  "https://github.com/raghavdixit99/assets/assets/34462078/a20bff32-155c-4bad-acf1-97856c493099",
19
  "https://github.com/raghavdixit99/assets/assets/34462078/4f7dadd8-b38c-4c14-ac8a-5a2e74414f6a",
20
- "https://github.com/raghavdixit99/assets/assets/34462078/ac11eeab-7b2b-4db3-981b-d5fed08d9bc2"
21
  ]
22
 
23
  base_path = os.path.dirname(os.path.abspath(__file__))
 
8
  "https://github.com/raghavdixit99/assets/raw/main/dragon-growl-37570.wav",
9
  "https://github.com/raghavdixit99/assets/raw/main/car_audio.wav",
10
  "https://github.com/raghavdixit99/assets/raw/main/acoustic-guitar.wav",
11
+ "https://github.com/raghavdixit99/assets/raw/main/witch.wav",
12
+ "https://github.com/raghavdixit99/assets/raw/main/thunder-25689.wav",
13
  ]
14
  image_urls = [
15
  "https://github.com/raghavdixit99/assets/assets/34462078/abf47cc4-d979-4aaa-83be-53a2115bf318",
 
17
  "https://github.com/raghavdixit99/assets/assets/34462078/025deaff-632a-4829-a86c-3de6e326402f",
18
  "https://github.com/raghavdixit99/assets/assets/34462078/a20bff32-155c-4bad-acf1-97856c493099",
19
  "https://github.com/raghavdixit99/assets/assets/34462078/4f7dadd8-b38c-4c14-ac8a-5a2e74414f6a",
20
+ "https://github.com/raghavdixit99/assets/assets/34462078/ac11eeab-7b2b-4db3-981b-d5fed08d9bc2",
21
  ]
22
 
23
  base_path = os.path.dirname(os.path.abspath(__file__))