Spaces:
Sleeping
Sleeping
Upload infertest.py
Browse files- infertest.py +1 -2
infertest.py
CHANGED
@@ -148,8 +148,7 @@ def vc_single(
|
|
148 |
try:
|
149 |
logs = []
|
150 |
print(f"Converting...")
|
151 |
-
|
152 |
-
yield "\n".join(logs), None
|
153 |
|
154 |
f0_up_key = int(f0_up_key)
|
155 |
times = [0, 0, 0]
|
|
|
148 |
try:
|
149 |
logs = []
|
150 |
print(f"Converting...")
|
151 |
+
|
|
|
152 |
|
153 |
f0_up_key = int(f0_up_key)
|
154 |
times = [0, 0, 0]
|