Update app.py
Browse files
app.py
CHANGED
|
@@ -76,7 +76,7 @@ def inference(audio):
|
|
| 76 |
# print audio data as text
|
| 77 |
# print(result.text)
|
| 78 |
getText = generator(result.text, max_length=3, num_return_sequences=5)
|
| 79 |
-
pprint(getText
|
| 80 |
return getText, gr.update(visible=True), gr.update(visible=True), gr.update(visible=True)
|
| 81 |
|
| 82 |
|
|
|
|
| 76 |
# print audio data as text
|
| 77 |
# print(result.text)
|
| 78 |
getText = generator(result.text, max_length=3, num_return_sequences=5)
|
| 79 |
+
pprint(getText)
|
| 80 |
return getText, gr.update(visible=True), gr.update(visible=True), gr.update(visible=True)
|
| 81 |
|
| 82 |
|