Spaces:
Running
Running
Update app.py
Browse files
app.py
CHANGED
@@ -12,6 +12,6 @@ model = nemo_asr.models.ASRModel.restore_from(model_name)
|
|
12 |
iface = gr.Interface(fn=transcribe,
|
13 |
inputs=[gr.Audio(type="filepath", label="Audio")],
|
14 |
outputs="text",
|
15 |
-
title="Speech-to-Text Transcription",
|
16 |
-
description="Transcribe speech from your audio file.")
|
17 |
iface.launch()
|
|
|
12 |
iface = gr.Interface(fn=transcribe,
|
13 |
inputs=[gr.Audio(type="filepath", label="Audio")],
|
14 |
outputs="text",
|
15 |
+
title="Basque Speech-to-Text Transcription",
|
16 |
+
description="Transcribe speech from your audio file.\n The audio file must be .wav")
|
17 |
iface.launch()
|