navidved commited on
Commit
eb44037
·
verified ·
1 Parent(s): 514e405

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -41,6 +41,6 @@ gr.Interface(
41
  fn=transcribe_audio,
42
  inputs=gr.Audio(type="filepath"), # Updated here
43
  outputs="text",
44
- title="Gooya v1 Persian ASR",
45
  description="The Gooya model is one of the most powerful and fastest Persian ASR models. Upload an audio file in Persian, and this Model will transcribe it."
46
  ).launch()
 
41
  fn=transcribe_audio,
42
  inputs=gr.Audio(type="filepath"), # Updated here
43
  outputs="text",
44
+ title="Gooya v1.2 Persian ASR",
45
  description="The Gooya model is one of the most powerful and fastest Persian ASR models. Upload an audio file in Persian, and this Model will transcribe it."
46
  ).launch()