Pavankalyan commited on
Commit
642d01b
1 Parent(s): 7f2b443

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -140,7 +140,7 @@ def trabscribe(audio):
140
  13:"lost : report about losing a card product"}
141
  return labels[y_hat]
142
 
143
- print(y_hat)
144
  get_intent = gr.Interface(fn = transcribe,
145
  inputs=gr.Audio(source="microphone", type="filepath"),
146
  outputs="text").launch()
 
140
  13:"lost : report about losing a card product"}
141
  return labels[y_hat]
142
 
143
+
144
  get_intent = gr.Interface(fn = transcribe,
145
  inputs=gr.Audio(source="microphone", type="filepath"),
146
  outputs="text").launch()