Spaces:
Running
on
CPU Upgrade
Running
on
CPU Upgrade
gen whitenoise after running xvaserver
Browse files
app.py
CHANGED
@@ -34,6 +34,9 @@ def run_xvaserver():
|
|
34 |
# load default voice model
|
35 |
# load_model()
|
36 |
|
|
|
|
|
|
|
37 |
# Read and print stdout and stderr of the subprocess
|
38 |
while True:
|
39 |
output = xvaserver.stdout.readline()
|
|
|
34 |
# load default voice model
|
35 |
# load_model()
|
36 |
|
37 |
+
predicted = predict('test', 1.0)
|
38 |
+
print(predicted)
|
39 |
+
|
40 |
# Read and print stdout and stderr of the subprocess
|
41 |
while True:
|
42 |
output = xvaserver.stdout.readline()
|