Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -117,7 +117,7 @@ def create_vc_fn(model_title, tgt_sr, net_g, vc, if_f0, version, file_index):
|
|
117 |
info = traceback.format_exc()
|
118 |
print(info)
|
119 |
return info, (None, None)
|
120 |
-
print(
|
121 |
return vc_fn
|
122 |
|
123 |
def load_model():
|
|
|
117 |
info = traceback.format_exc()
|
118 |
print(info)
|
119 |
return info, (None, None)
|
120 |
+
print(vc_fn)
|
121 |
return vc_fn
|
122 |
|
123 |
def load_model():
|