Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
|
@@ -105,7 +105,7 @@ def inference(audio, state=""):
|
|
| 105 |
|
| 106 |
# result.text
|
| 107 |
#return getText, gr.update(visible=True), gr.update(visible=True), gr.update(visible=True)
|
| 108 |
-
return result.text, state, infered
|
| 109 |
|
| 110 |
|
| 111 |
|
|
|
|
| 105 |
|
| 106 |
# result.text
|
| 107 |
#return getText, gr.update(visible=True), gr.update(visible=True), gr.update(visible=True)
|
| 108 |
+
return result.text, state, infered[3]
|
| 109 |
|
| 110 |
|
| 111 |
|