Spaces:
Runtime error
Runtime error
upd deps
Browse files- app.py +1 -1
- examples/dobryi_den.wav +0 -0
- examples/dobryi_ranok.wav +0 -0
- packages.txt +2 -1
app.py
CHANGED
|
@@ -42,7 +42,7 @@ interface = gr.Interface(
|
|
| 42 |
title="Speech-to-text Ukrainian",
|
| 43 |
description=DESC,
|
| 44 |
flagging_options=["incorrect"],
|
| 45 |
-
examples=["examples/
|
| 46 |
)
|
| 47 |
|
| 48 |
interface.launch(debug=True)
|
|
|
|
| 42 |
title="Speech-to-text Ukrainian",
|
| 43 |
description=DESC,
|
| 44 |
flagging_options=["incorrect"],
|
| 45 |
+
examples=["examples/dobryi_ranok.wav"]
|
| 46 |
)
|
| 47 |
|
| 48 |
interface.launch(debug=True)
|
examples/dobryi_den.wav
DELETED
|
Binary file (317 kB)
|
|
|
examples/dobryi_ranok.wav
ADDED
|
Binary file (505 kB). View file
|
|
|
packages.txt
CHANGED
|
@@ -1 +1,2 @@
|
|
| 1 |
-
libsndfile1
|
|
|
|
|
|
| 1 |
+
libsndfile1
|
| 2 |
+
ffmpeg
|