Spaces:
Running
Running
Mohamed Aymane Farhi
commited on
Commit
β’
c4ca71a
1
Parent(s):
3961af3
Add examples + Upload model.
Browse files- app.py +1 -1
- shi/G_100000.pth +3 -0
app.py
CHANGED
@@ -14,7 +14,7 @@ with gr.Blocks(title="Tachelhit Text to Speech with MMS") as blocks:
|
|
14 |
gr.Markdown('MMS: Scaling Speech Technology to 1000+ languages by Meta AI')
|
15 |
|
16 |
input_text = gr.Textbox(label="Input Text", lines=3)
|
17 |
-
|
18 |
|
19 |
run_button = gr.Button(value="Run")
|
20 |
|
|
|
14 |
gr.Markdown('MMS: Scaling Speech Technology to 1000+ languages by Meta AI')
|
15 |
|
16 |
input_text = gr.Textbox(label="Input Text", lines=3)
|
17 |
+
examples = gr.Examples(examples=["Δ‘-iαΈ-an Δ‘-ilul-umsiggel, illas lαΈ₯al s-umdlu isemmiαΈn.", "wala manis a-ttidun?"], inputs=[input_text])
|
18 |
|
19 |
run_button = gr.Button(value="Run")
|
20 |
|
shi/G_100000.pth
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:8bf9258733d0e8b6f11350f7f942bf0cba5918686e7266451e5f2d6908385f61
|
3 |
+
size 436379555
|