Spaces:
Running
on
Zero
Running
on
Zero
mrfakename
commited on
Update app.py
Browse files
app.py
CHANGED
@@ -572,6 +572,7 @@ def synthandreturn(text):
|
|
572 |
thread2.start()
|
573 |
thread1.join()
|
574 |
thread2.join()
|
|
|
575 |
return (
|
576 |
text,
|
577 |
"Synthesize",
|
|
|
572 |
thread2.start()
|
573 |
thread1.join()
|
574 |
thread2.join()
|
575 |
+
print(results)
|
576 |
return (
|
577 |
text,
|
578 |
"Synthesize",
|