Spaces:
Sleeping
Sleeping
examples
Browse files
app.py
CHANGED
|
@@ -154,6 +154,10 @@ iface = gr.Interface(
|
|
| 154 |
gr.Textbox(label="Transcription"),
|
| 155 |
gr.Textbox(label="Inference Time"),
|
| 156 |
],
|
|
|
|
|
|
|
|
|
|
|
|
|
| 157 |
title="TinyVoice: Georgian ASR",
|
| 158 |
theme="soft",
|
| 159 |
)
|
|
|
|
| 154 |
gr.Textbox(label="Transcription"),
|
| 155 |
gr.Textbox(label="Inference Time"),
|
| 156 |
],
|
| 157 |
+
examples=[
|
| 158 |
+
["test_audios/common_voice_ka_21298145.flac"],
|
| 159 |
+
["test_audios/common_voice_ka_38002570.flac"],
|
| 160 |
+
],
|
| 161 |
title="TinyVoice: Georgian ASR",
|
| 162 |
theme="soft",
|
| 163 |
)
|
test_audios/common_voice_ka_21298145.flac
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:61b4c275530247e5c99923fad519d300a0244343e3793d91eaa2c3cad1450e61
|
| 3 |
+
size 71926
|
test_audios/common_voice_ka_38002570.flac
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:8b4d851d45305a5079322df09e15102b2cc5f93b6943bc760e9cd1e93aff6557
|
| 3 |
+
size 74836
|