HenRick69 commited on
Commit
5edda90
1 Parent(s): 7913547

Update app.py

Browse files

Title correction

Files changed (1) hide show
  1. app.py +1 -1
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 datection',
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',