Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -18,7 +18,7 @@ demo = gr.Interface(
|
|
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 |
)
|
24 |
|
|
|
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"], ["examples/tts_example.wav"]],
|
22 |
cache_examples=True
|
23 |
)
|
24 |
|