Spaces:
Running
Running
Mohamed Aymane Farhi
commited on
Commit
•
1f3ffd3
1
Parent(s):
538fed7
Change README.
Browse files
README.md
CHANGED
@@ -1,5 +1,5 @@
|
|
1 |
---
|
2 |
-
title:
|
3 |
emoji: 🎤
|
4 |
colorFrom: indigo
|
5 |
colorTo: pink
|
|
|
1 |
---
|
2 |
+
title: Amazigh Text-to-Speech
|
3 |
emoji: 🎤
|
4 |
colorFrom: indigo
|
5 |
colorTo: pink
|
app.py
CHANGED
@@ -10,7 +10,7 @@ def generate_voice(text):
|
|
10 |
|
11 |
with gr.Blocks(title="Tachelhit Text to Speech with MMS") as blocks:
|
12 |
|
13 |
-
gr.Markdown('#
|
14 |
gr.Markdown('MMS: Scaling Speech Technology to 1000+ languages by Meta AI')
|
15 |
|
16 |
input_text = gr.Textbox(label="Input Text", lines=3)
|
|
|
10 |
|
11 |
with gr.Blocks(title="Tachelhit Text to Speech with MMS") as blocks:
|
12 |
|
13 |
+
gr.Markdown('# Tachelhit Text to Speech - MMS')
|
14 |
gr.Markdown('MMS: Scaling Speech Technology to 1000+ languages by Meta AI')
|
15 |
|
16 |
input_text = gr.Textbox(label="Input Text", lines=3)
|