Spaces:
Sleeping
Sleeping
Update
Browse files
app.py
CHANGED
|
@@ -116,7 +116,8 @@ def predict(wav_file, lang_code):
|
|
| 116 |
|
| 117 |
iface = gr.Interface(
|
| 118 |
predict,
|
| 119 |
-
title='
|
|
|
|
| 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
|