qanastek commited on
Commit
51be472
β€’
1 Parent(s): 86a5950
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -117,7 +117,7 @@ def predict(wav_file, lang_code):
117
  iface = gr.Interface(
118
  predict,
119
  title='Alexa Clone πŸ‘©β€πŸ’Ό πŸ—ͺ πŸ€– Multilingual NLU',
120
- description='Upload your wav file to test the models (<i>First execution take about 20s to 30s, then next runs under 1s</i>)',
121
  # thumbnail="",
122
  inputs=[
123
  gr.inputs.Audio(label='wav file', source='microphone', type='filepath'),
117
  iface = gr.Interface(
118
  predict,
119
  title='Alexa Clone πŸ‘©β€πŸ’Ό πŸ—ͺ πŸ€– Multilingual NLU',
120
+ description='Upload your wav file to test the models (<i>First execution take about 20s to 30s, then next run in less than 1s</i>)',
121
  # thumbnail="",
122
  inputs=[
123
  gr.inputs.Audio(label='wav file', source='microphone', type='filepath'),