saronium commited on
Commit
63a2f0a
·
verified ·
1 Parent(s): d30bab3

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -92,5 +92,5 @@ def predict_language(audio_file_path):
92
 
93
  return predicted_label
94
 
95
- iface = gr.Interface(fn=predict_language, inputs="file", outputs="text")
96
  iface.launch()
 
92
 
93
  return predicted_label
94
 
95
+ iface = gr.Interface(fn=predict_language, inputs="microphone", outputs="text")
96
  iface.launch()