Spaces:
mskov
/
Runtime error

mskov commited on
Commit
97bf3dd
·
1 Parent(s): 31ff381

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -82,7 +82,7 @@ def inference(audio):
82
  getText = generator(result.text, max_new_tokens=10, num_return_sequences=5)
83
  pprint("getText: ", getText)
84
  # text.result
85
- return getText, gr.update(visible=True), gr.update(visible=True), gr.update(visible=True)
86
 
87
 
88
 
 
82
  getText = generator(result.text, max_new_tokens=10, num_return_sequences=5)
83
  pprint("getText: ", getText)
84
  # text.result
85
+ return text.getText, gr.update(visible=True), gr.update(visible=True), gr.update(visible=True)
86
 
87
 
88