Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
|
@@ -83,7 +83,7 @@ def inference(audio, state=""):
|
|
| 83 |
|
| 84 |
# result.text
|
| 85 |
#return getText, gr.update(visible=True), gr.update(visible=True), gr.update(visible=True)
|
| 86 |
-
return result.text, state, response
|
| 87 |
|
| 88 |
|
| 89 |
|
|
|
|
| 83 |
|
| 84 |
# result.text
|
| 85 |
#return getText, gr.update(visible=True), gr.update(visible=True), gr.update(visible=True)
|
| 86 |
+
return result.text, state, response
|
| 87 |
|
| 88 |
|
| 89 |
|