Spaces:
Running
on
Zero
Running
on
Zero
Update app.py
Browse files
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 |
|