Update app.py
Browse files
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="
|
96 |
iface.launch()
|
|
|
92 |
|
93 |
return predicted_label
|
94 |
|
95 |
+
iface = gr.Interface(fn=predict_language, inputs="microphone", outputs="text")
|
96 |
iface.launch()
|