Spaces:
Running
Running
Update app.py
Browse files
app.py
CHANGED
@@ -33,7 +33,7 @@ def transcribe_audio(file_path):
|
|
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 |
-
|
37 |
"""
|
38 |
|
39 |
|
@@ -45,6 +45,6 @@ gr.Interface(
|
|
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 |
-
|
49 |
"""
|
50 |
).launch()
|
|
|
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 |
+
\nJust drop in a Persian audio file, and boom—we’ll hit you with the best transcription you can get! 🚀🔥
|
37 |
"""
|
38 |
|
39 |
|
|
|
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 |
+
\nJust drop in a Persian audio file, and boom—we’ll hit you with the best transcription you can get! 🚀🔥
|
49 |
"""
|
50 |
).launch()
|