Teapack1 commited on
Commit
96c7370
1 Parent(s): f9191fe

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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, yes, no and stop."
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