Spaces:
Build error
Build error
ttt
#4
by 192ping - opened
- infer_web.py +1 -1
infer_web.py
CHANGED
|
@@ -198,4 +198,4 @@ def get_vc(model_name):
|
|
| 198 |
net_g = net_g.half()
|
| 199 |
else:
|
| 200 |
net_g = net_g.float()
|
| 201 |
-
vc = VC(tgt_sr, config)
|
|
|
|
| 198 |
net_g = net_g.half()
|
| 199 |
else:
|
| 200 |
net_g = net_g.float()
|
| 201 |
+
vc = VC(tgt_sr, config)
|