Spaces:
Sleeping
Sleeping
Commit ·
be060a8
1
Parent(s): 38ac6d0
update pp
Browse files
app.py
CHANGED
|
@@ -32,8 +32,7 @@ demo = gr.Interface(
|
|
| 32 |
inputs=gr.Audio(type="filepath", label="Upload or Record Audio"),
|
| 33 |
outputs=gr.Textbox(label="Transcription (Hindi)", lines=5),
|
| 34 |
title="Parakeet Hindi ASR Demo",
|
| 35 |
-
description="Upload or record Hindi speech to get the transcription. This model was trained for 100,000 steps on Hindi speech data."
|
| 36 |
-
allow_flagging="never"
|
| 37 |
)
|
| 38 |
|
| 39 |
#demo = gr.Interface(fn=greet, inputs="text", outputs="text")
|
|
|
|
| 32 |
inputs=gr.Audio(type="filepath", label="Upload or Record Audio"),
|
| 33 |
outputs=gr.Textbox(label="Transcription (Hindi)", lines=5),
|
| 34 |
title="Parakeet Hindi ASR Demo",
|
| 35 |
+
description="Upload or record Hindi speech to get the transcription. This model was trained for 100,000 steps on Hindi speech data."
|
|
|
|
| 36 |
)
|
| 37 |
|
| 38 |
#demo = gr.Interface(fn=greet, inputs="text", outputs="text")
|