Spaces:
Running
Running
Update app.py
Browse files
app.py
CHANGED
@@ -45,5 +45,6 @@ gr.Interface(
|
|
45 |
description="""
|
46 |
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!
|
47 |
\nJust drop in a Persian audio file, and boom—we’ll hit you with the best transcription you can get! 🚀🔥
|
|
|
48 |
"""
|
49 |
).launch()
|
|
|
45 |
description="""
|
46 |
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!
|
47 |
\nJust drop in a Persian audio file, and boom—we’ll hit you with the best transcription you can get! 🚀🔥
|
48 |
+
\n(The maximum time allowed for testing is 30 seconds.)
|
49 |
"""
|
50 |
).launch()
|