new requirements
Browse files- app.py +1 -2
- requirements.txt +1 -0
app.py
CHANGED
|
@@ -7,9 +7,8 @@ import freesound
|
|
| 7 |
import gensim.downloader as api
|
| 8 |
|
| 9 |
|
| 10 |
-
# Token FreeSound
|
| 11 |
client = freesound.FreesoundClient()
|
| 12 |
-
client.set_token("zE9NjEOgUMzH9K7mjiGBaPJiNwJLjSM53LevarRK")
|
| 13 |
|
| 14 |
# Répertoire dataset
|
| 15 |
dataset_dir = "dataset_audio"
|
|
|
|
| 7 |
import gensim.downloader as api
|
| 8 |
|
| 9 |
|
|
|
|
| 10 |
client = freesound.FreesoundClient()
|
| 11 |
+
client.set_token("zE9NjEOgUMzH9K7mjiGBaPJiNwJLjSM53LevarRK", "token")
|
| 12 |
|
| 13 |
# Répertoire dataset
|
| 14 |
dataset_dir = "dataset_audio"
|
requirements.txt
CHANGED
|
@@ -4,3 +4,4 @@ numpy
|
|
| 4 |
pandas
|
| 5 |
gensim
|
| 6 |
freesound-python
|
|
|
|
|
|
| 4 |
pandas
|
| 5 |
gensim
|
| 6 |
freesound-python
|
| 7 |
+
pytz
|