Spaces:
Runtime error
Runtime error
Commit
·
8972f37
1
Parent(s):
25cbc36
Update app.py
Browse files
app.py
CHANGED
@@ -45,7 +45,7 @@ def inference(audio):
|
|
45 |
|
46 |
output = processor.decode(logits.numpy()[0]).text
|
47 |
|
48 |
-
return output
|
49 |
|
50 |
inputs = gr.inputs.Audio(label="Input Audio", type="file")
|
51 |
outputs = gr.outputs.Textbox(label="Output Text")
|
|
|
45 |
|
46 |
output = processor.decode(logits.numpy()[0]).text
|
47 |
|
48 |
+
return output
|
49 |
|
50 |
inputs = gr.inputs.Audio(label="Input Audio", type="file")
|
51 |
outputs = gr.outputs.Textbox(label="Output Text")
|