Slava917 commited on
Commit
4216f83
·
1 Parent(s): f259382

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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), word_choice], outputs= 'text').launch(debug=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)