Spaces:
Running
Running
Update app.py
Browse files
app.py
CHANGED
@@ -36,7 +36,7 @@ with gr.Blocks(title = "Levanti - Levantine Arabic Translation Tools",
|
|
36 |
value="Palestinian")
|
37 |
|
38 |
# gr.Markdown("Built by [Guy Mor-Lan](mailto:guy.mor@mail.huji.ac.il). Pronunciation model is specifically tailored to urban Palestinian Arabic. Text-to-speech uses Microsoft Azure's API and may provide different result from the transliterated pronunciation.")
|
39 |
-
gr.Markdown("
|
40 |
|
41 |
with gr.Column():
|
42 |
with gr.Group(elem_id="grp"):
|
|
|
36 |
value="Palestinian")
|
37 |
|
38 |
# gr.Markdown("Built by [Guy Mor-Lan](mailto:guy.mor@mail.huji.ac.il). Pronunciation model is specifically tailored to urban Palestinian Arabic. Text-to-speech uses Microsoft Azure's API and may provide different result from the transliterated pronunciation.")
|
39 |
+
gr.Markdown("Created by [Guy Mor-Lan](mailto:guy.mor@mail.huji.ac.il) as part of the [Levanti](https://huggingface.co/datasets/guymorlan/levanti) project. Audio is produced using Azure TTS with predicted diacritics and heuristics. For donations to fund the advancement of the project, [click here](https://ko-fi.com/levanti).", elem_id="footer")
|
40 |
|
41 |
with gr.Column():
|
42 |
with gr.Group(elem_id="grp"):
|