qanastek commited on
Commit
694b9ab
·
1 Parent(s): 6ee2a9f
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -118,7 +118,7 @@ iface = gr.Interface(
118
  predict,
119
  title='<img src="logo.png" />',
120
  description='Alexa NLU Clone',
121
- description='Upload your wav file to test the models',
122
  inputs=[
123
  gr.inputs.Audio(label='wav file', source='microphone', type='filepath'),
124
  gr.inputs.Dropdown(choices=list(models_paths.keys())),
 
118
  predict,
119
  title='<img src="logo.png" />',
120
  description='Alexa NLU Clone',
121
+ # description='Upload your wav file to test the models',
122
  inputs=[
123
  gr.inputs.Audio(label='wav file', source='microphone', type='filepath'),
124
  gr.inputs.Dropdown(choices=list(models_paths.keys())),