Update app.py
Browse files
app.py
CHANGED
@@ -4,7 +4,7 @@ from asr import transcribe
|
|
4 |
def main():
|
5 |
asr_interface = gr.Interface(
|
6 |
fn=transcribe,
|
7 |
-
inputs=gr.Audio(type="filepath"),
|
8 |
outputs="text",
|
9 |
title="Faroese ASR Demo",
|
10 |
description="Automatic Speech Recognition for Faroese"
|
|
|
4 |
def main():
|
5 |
asr_interface = gr.Interface(
|
6 |
fn=transcribe,
|
7 |
+
inputs=gr.Audio(type="filepath"),
|
8 |
outputs="text",
|
9 |
title="Faroese ASR Demo",
|
10 |
description="Automatic Speech Recognition for Faroese"
|