Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
|
@@ -403,7 +403,7 @@ def transcribe(
|
|
| 403 |
latency_TTS,
|
| 404 |
)
|
| 405 |
text_str1 = text_str
|
| 406 |
-
print(text_str1, flush=True)
|
| 407 |
if change:
|
| 408 |
print("Output changed")
|
| 409 |
if asr_output_str != "":
|
|
|
|
| 403 |
latency_TTS,
|
| 404 |
)
|
| 405 |
text_str1 = text_str
|
| 406 |
+
print(text_str1, asr_output_str, flush=True)
|
| 407 |
if change:
|
| 408 |
print("Output changed")
|
| 409 |
if asr_output_str != "":
|