Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -49,4 +49,4 @@ def compare (word_choice, user):
|
|
49 |
|
50 |
word_choice = gr.inputs.Dropdown(list(df['replica'].unique()), label="Choose a word")
|
51 |
|
52 |
-
gr.Interface(fn=compare, inputs=[gr.inputs.Audio(source='microphone', type='filepath', optional=True)
|
|
|
49 |
|
50 |
word_choice = gr.inputs.Dropdown(list(df['replica'].unique()), label="Choose a word")
|
51 |
|
52 |
+
gr.Interface(fn=compare, inputs=[word_choice, gr.inputs.Audio(source='microphone', type='filepath', optional=True)], outputs= 'text').launchdebug=True)
|