qanastek commited on
Commit
9a1f9cf
β€’
1 Parent(s): 42e6b0b
Files changed (1) hide show
  1. app.py +2 -3
app.py CHANGED
@@ -116,10 +116,9 @@ def predict(wav_file, lang_code):
116
 
117
  iface = gr.Interface(
118
  predict,
119
- # title='<img src="logo.png" />',
120
- title='Alexa NLU Clone',
121
  description='Upload your wav file to <b>test</b> the models',
122
- thumbnail="",
123
  inputs=[
124
  gr.inputs.Audio(label='wav file', source='microphone', type='filepath'),
125
  gr.inputs.Dropdown(choices=list(models_paths.keys())),
 
116
 
117
  iface = gr.Interface(
118
  predict,
119
+ title='Alexa Clone - Multilingual NLU',
 
120
  description='Upload your wav file to <b>test</b> the models',
121
+ # thumbnail="",
122
  inputs=[
123
  gr.inputs.Audio(label='wav file', source='microphone', type='filepath'),
124
  gr.inputs.Dropdown(choices=list(models_paths.keys())),