Spaces:
Runtime error
Runtime error
Commit
·
4225ff0
1
Parent(s):
3e0ba45
Update app.py
Browse files
app.py
CHANGED
|
@@ -33,4 +33,3 @@ predicted_class_id = torch.argmax(logits, dim=-1)
|
|
| 33 |
predicted_class_label = tokenizer.decode(predicted_class_id[0])
|
| 34 |
|
| 35 |
print(f"The audio file is classified as: {predicted_class_label}")
|
| 36 |
-
|
|
|
|
| 33 |
predicted_class_label = tokenizer.decode(predicted_class_id[0])
|
| 34 |
|
| 35 |
print(f"The audio file is classified as: {predicted_class_label}")
|
|
|