Update app.py
Browse files
app.py
CHANGED
|
@@ -23,8 +23,7 @@ def transcribe(audio,lang = "hindi"):
|
|
| 23 |
|
| 24 |
demo = gr.Interface(
|
| 25 |
transcribe,
|
| 26 |
-
[gr.Audio(source="microphone"),gr.
|
| 27 |
-
"text"
|
| 28 |
-
)
|
| 29 |
|
| 30 |
demo.launch()
|
|
|
|
| 23 |
|
| 24 |
demo = gr.Interface(
|
| 25 |
transcribe,
|
| 26 |
+
[gr.Audio(source="microphone"), gr.Radio(["hindi","bangali","odia"])]
|
| 27 |
+
"text")
|
|
|
|
| 28 |
|
| 29 |
demo.launch()
|