rahul2001 commited on
Commit
6599120
·
1 Parent(s): 7dd6569

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -3
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.radio(["hindi","bangali","odia"])
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()