Spaces:
Runtime error
Runtime error
save
Browse files
app.py
CHANGED
@@ -20,7 +20,7 @@ def inference(audio):
|
|
20 |
options = whisper.DecodingOptions(fp16 = False)
|
21 |
result = whisper.decode(model, mel, options)
|
22 |
|
23 |
-
print(result.text)
|
24 |
return result.text, gr.update(visible=True), gr.update(visible=True), gr.update(visible=True)
|
25 |
|
26 |
|
|
|
20 |
options = whisper.DecodingOptions(fp16 = False)
|
21 |
result = whisper.decode(model, mel, options)
|
22 |
|
23 |
+
# print(result.text)
|
24 |
return result.text, gr.update(visible=True), gr.update(visible=True), gr.update(visible=True)
|
25 |
|
26 |
|