Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
|
@@ -7,7 +7,7 @@ pipe = pipeline("audio-classification", model=model_id)
|
|
| 7 |
|
| 8 |
|
| 9 |
title = "Keyword Spotting Wav2Vec2"
|
| 10 |
-
description = "Gradio demo for finetuned Wav2Vec2 model on a custom dataset to perform keyword spotting task. Classes are scene 1, scene 2, scene 3,
|
| 11 |
|
| 12 |
demo = gr.Blocks()
|
| 13 |
|
|
|
|
| 7 |
|
| 8 |
|
| 9 |
title = "Keyword Spotting Wav2Vec2"
|
| 10 |
+
description = "Gradio demo for finetuned Wav2Vec2 model on a custom dataset to perform keyword spotting task. Classes are scene 1, scene 2, scene 3, ambient, light on."
|
| 11 |
|
| 12 |
demo = gr.Blocks()
|
| 13 |
|