Spaces:
Running
Running
Update app.py
Browse files
app.py
CHANGED
@@ -43,5 +43,8 @@ gr.Interface(
|
|
43 |
inputs=gr.Audio(type="filepath"), # Updated here
|
44 |
outputs="text",
|
45 |
title="Gooya v1.4 Persian ASR",
|
46 |
-
description=
|
|
|
|
|
|
|
47 |
).launch()
|
|
|
43 |
inputs=gr.Audio(type="filepath"), # Updated here
|
44 |
outputs="text",
|
45 |
title="Gooya v1.4 Persian ASR",
|
46 |
+
description= """
|
47 |
+
The Gooya Persian ASR model is crazy fast and super [powerful](https://huggingface.co/spaces/navidved/open_persian_asr_leaderboard) when it comes to Persian ASR!
|
48 |
+
🚀🔥 Just drop in a Persian audio file, and boom—we’ll hit you with the best transcription you can get! 🚀🔥
|
49 |
+
"""
|
50 |
).launch()
|