Pavankalyan commited on
Commit
0b3bc06
1 Parent(s): cfbe055

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -41,6 +41,6 @@ def transcribe(audio):
41
 
42
 
43
  get_intent = gr.Interface(fn = transcribe,
44
- inputs=[gr.Textbox(label="Enter Text Input", type="text"),gr.Audio(source="microphone", type="filepath")]
45
  outputs="text").launch()
46
 
 
41
 
42
 
43
  get_intent = gr.Interface(fn = transcribe,
44
+ inputs=[gr.Textbox(label="Enter Text Input", type="text"),gr.Audio(source="microphone", type="filepath")],
45
  outputs="text").launch()
46