Skip to content

Commit 86f76f8

Browse files
committed
fix bug
1 parent bdf238c commit 86f76f8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

infer-web.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -149,7 +149,7 @@ def get_vc(sid):
149149
if(sid==[]):
150150
global hubert_model
151151
print("clean_empty_cache")
152-
del net_g, n_spk, vc, hubert_model,tgt_sr#,cpt
152+
del n_spk, vc, hubert_model,tgt_sr#,cpt
153153
hubert_model = net_g=n_spk=vc=hubert_model=tgt_sr=None
154154
torch.cuda.empty_cache()
155155
###楼下不这么折腾清理不干净

0 commit comments

Comments
 (0)