navidved commited on
Commit
8178007
·
verified ·
1 Parent(s): 22e44bd

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +4 -1
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="The Gooya model is one of the most powerful and fastest Persian ASR models."
 
 
 
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()