Spaces:
Sleeping
Sleeping
Update
Browse files
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())),
|