Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
|
@@ -15,6 +15,14 @@ model = model.to(device)
|
|
| 15 |
|
| 16 |
|
| 17 |
examples = [
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 18 |
[
|
| 19 |
"audio/672-122797-0026.wav",
|
| 20 |
"biological-classification, desire, demographic-group, object-category, relationship-role, reflexive-pronoun, furniture-type"
|
|
@@ -34,7 +42,7 @@ examples = [
|
|
| 34 |
[
|
| 35 |
"audio/672-122797-0048.wav",
|
| 36 |
"weapon, emotional-state, household-chore, atmosphere-quality"
|
| 37 |
-
]
|
| 38 |
]
|
| 39 |
|
| 40 |
|
|
|
|
| 15 |
|
| 16 |
|
| 17 |
examples = [
|
| 18 |
+
[
|
| 19 |
+
"audio/sports.wav",
|
| 20 |
+
"football-club, football-player, action"
|
| 21 |
+
],
|
| 22 |
+
[
|
| 23 |
+
"audio/entertainment.wav",
|
| 24 |
+
"movie, date, actor, tv-show, musician"
|
| 25 |
+
],
|
| 26 |
[
|
| 27 |
"audio/672-122797-0026.wav",
|
| 28 |
"biological-classification, desire, demographic-group, object-category, relationship-role, reflexive-pronoun, furniture-type"
|
|
|
|
| 42 |
[
|
| 43 |
"audio/672-122797-0048.wav",
|
| 44 |
"weapon, emotional-state, household-chore, atmosphere-quality"
|
| 45 |
+
],
|
| 46 |
]
|
| 47 |
|
| 48 |
|