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