Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -14,10 +14,10 @@ def transcribe(audio):
|
|
14 |
|
15 |
demo = gr.Interface(
|
16 |
transcribe,
|
17 |
-
gr.Audio(sources=["
|
18 |
outputs="text",
|
19 |
title="Automatic Speech Recognition for Ukrainian language demo",
|
20 |
-
description="
|
21 |
examples=[["examples/asr_example.wav"]],
|
22 |
cache_examples=True
|
23 |
)
|
|
|
14 |
|
15 |
demo = gr.Interface(
|
16 |
transcribe,
|
17 |
+
gr.Audio(sources=["upload", "microphone"]),
|
18 |
outputs="text",
|
19 |
title="Automatic Speech Recognition for Ukrainian language demo",
|
20 |
+
description="Click on the example below, upload audio from file or say something in microphone!",
|
21 |
examples=[["examples/asr_example.wav"]],
|
22 |
cache_examples=True
|
23 |
)
|