guymorlan commited on
Commit
0b93b76
1 Parent(s): c881be4

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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("Create 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.", elem_id="footer")
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"):