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

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
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
- 🚀🔥 Just drop in a Persian audio file, and boom—we’ll hit you with the best transcription you can get! 🚀🔥
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
- 🚀🔥 Just drop in a Persian audio file, and boom—we’ll hit you with the best transcription you can get! 🚀🔥
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()