qanastek commited on
Commit
6ee2a9f
β€’
1 Parent(s): def88bd
Files changed (2) hide show
  1. app.py +2 -1
  2. logo.png +0 -0
app.py CHANGED
@@ -116,7 +116,8 @@ def predict(wav_file, lang_code):
116
 
117
  iface = gr.Interface(
118
  predict,
119
- title='Alexa NLU Clone',
 
120
  description='Upload your wav file to test the models',
121
  inputs=[
122
  gr.inputs.Audio(label='wav file', source='microphone', type='filepath'),
116
 
117
  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'),
logo.png ADDED