Spaces:
Running on Zero
Running on Zero
Update app.py
Browse files
app.py
CHANGED
|
@@ -103,6 +103,8 @@ I am the new SILMA model for converting text to speech, I can speak Arabic with
|
|
| 103 |
audio_output = gr.Audio(label="Generated Speech")
|
| 104 |
|
| 105 |
|
|
|
|
|
|
|
| 106 |
# When ref_audio_input changes, we update ref_text_input with an empty string
|
| 107 |
ref_audio_input.input(
|
| 108 |
fn=lambda: "",
|
|
|
|
| 103 |
audio_output = gr.Audio(label="Generated Speech")
|
| 104 |
|
| 105 |
|
| 106 |
+
gr.Markdown("Note: enter text without diacritics, and our model will add them automatically. If you include full Tashkeel, auto-diacritization is disabled to preserve your original input")
|
| 107 |
+
|
| 108 |
# When ref_audio_input changes, we update ref_text_input with an empty string
|
| 109 |
ref_audio_input.input(
|
| 110 |
fn=lambda: "",
|