archit11 commited on
Commit
9008874
1 Parent(s): fa48096

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -0
app.py CHANGED
@@ -22,6 +22,7 @@ def transcribe_and_respond(audio_file):
22
  ]
23
 
24
  output = pipe({'audio': audio, 'turns': turns, 'sampling_rate': sr}, max_new_tokens=512)
 
25
 
26
  return output
27
 
 
22
  ]
23
 
24
  output = pipe({'audio': audio, 'turns': turns, 'sampling_rate': sr}, max_new_tokens=512)
25
+ print(output)
26
 
27
  return output
28