qanastek commited on
Commit
3b733d8
β€’
1 Parent(s): cf263be
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -90,7 +90,7 @@ def predict(wav_file):
90
  iface = gr.Interface(
91
  predict,
92
  title='Alexa NLU Clone',
93
- description='Upload your wav file to test the model',
94
  inputs=[
95
  gr.inputs.Audio(label='wav file', source='microphone', type='filepath')
96
  ],
 
90
  iface = gr.Interface(
91
  predict,
92
  title='Alexa NLU Clone',
93
+ description='Upload your wav file to test the models',
94
  inputs=[
95
  gr.inputs.Audio(label='wav file', source='microphone', type='filepath')
96
  ],