Spaces:
Running
Running
Update app.py
Browse files
app.py
CHANGED
@@ -32,9 +32,8 @@ def transcribe_audio(file_path):
|
|
32 |
|
33 |
|
34 |
description_text = """
|
35 |
-
The Gooya model is
|
36 |
-
|
37 |
-
Upload an audio file in Persian, and this Model will transcribe it.
|
38 |
"""
|
39 |
|
40 |
|
@@ -44,5 +43,5 @@ gr.Interface(
|
|
44 |
inputs=gr.Audio(type="filepath"), # Updated here
|
45 |
outputs="text",
|
46 |
title="Gooya v1.4 Persian ASR",
|
47 |
-
description="The Gooya model is one of the most powerful and fastest Persian ASR models.
|
48 |
).launch()
|
|
|
32 |
|
33 |
|
34 |
description_text = """
|
35 |
+
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!
|
36 |
+
🚀🔥 Just drop in a Persian audio file, and boom—we’ll hit you with the best transcription you can get! 🚀🔥
|
|
|
37 |
"""
|
38 |
|
39 |
|
|
|
43 |
inputs=gr.Audio(type="filepath"), # Updated here
|
44 |
outputs="text",
|
45 |
title="Gooya v1.4 Persian ASR",
|
46 |
+
description="The Gooya model is one of the most powerful and fastest Persian ASR models."
|
47 |
).launch()
|