Pavankalyan commited on
Commit
a8469c6
1 Parent(s): ce0a332

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -145,5 +145,5 @@ def trabscribe(audio):
145
 
146
  print(y_hat)
147
  get_intent = gr.Interface(fn = transcribe,
148
- gr.Audio(source="microphone"), outputs="text").launch()
149
 
 
145
 
146
  print(y_hat)
147
  get_intent = gr.Interface(fn = transcribe,
148
+ gr.Audio(source="microphone"), "text").launch()
149