Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -8,7 +8,7 @@ def predict(audio):
|
|
8 |
return pipe(audio)[0]["label"]
|
9 |
|
10 |
demo = gr.Interface(
|
11 |
-
title='Audio commands datection'
|
12 |
fn=predict,
|
13 |
inputs='audio',
|
14 |
outputs='text',
|
|
|
8 |
return pipe(audio)[0]["label"]
|
9 |
|
10 |
demo = gr.Interface(
|
11 |
+
title='Audio commands datection',
|
12 |
fn=predict,
|
13 |
inputs='audio',
|
14 |
outputs='text',
|