mkfallah commited on
Commit
5358b5a
·
verified ·
1 Parent(s): 3e8d6bb

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -29,7 +29,7 @@ iface = gr.Interface(
29
  fn=transcribe,
30
  inputs=gr.Audio(type="filepath", label="Record or upload audio"),
31
  outputs="text",
32
- title="Persian ASR with High Accuracy Vocabulary",
33
  description=""" Speak in Persian or upload an audio file."""
34
  )
35
 
 
29
  fn=transcribe,
30
  inputs=gr.Audio(type="filepath", label="Record or upload audio"),
31
  outputs="text",
32
+ title="Persian ASR",
33
  description=""" Speak in Persian or upload an audio file."""
34
  )
35