Update app.py
Browse files
app.py
CHANGED
@@ -80,7 +80,7 @@ def inference(audio):
|
|
80 |
# print audio data as text
|
81 |
# print(result.text)
|
82 |
getText = generator(result.text, max_new_tokens=10, num_return_sequences=5)
|
83 |
-
pprint(
|
84 |
return result.text, gr.update(visible=True), gr.update(visible=True), gr.update(visible=True)
|
85 |
|
86 |
|
|
|
80 |
# print audio data as text
|
81 |
# print(result.text)
|
82 |
getText = generator(result.text, max_new_tokens=10, num_return_sequences=5)
|
83 |
+
pprint(getText)
|
84 |
return result.text, gr.update(visible=True), gr.update(visible=True), gr.update(visible=True)
|
85 |
|
86 |
|