Spaces:
Running
Running
Update app.py
Browse files
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()
|