kevinwang676 commited on
Commit
dcdada6
·
verified ·
1 Parent(s): 62cb4d6

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -1
app.py CHANGED
@@ -368,7 +368,8 @@ def load_hubert():
368
  print(hubert_model)
369
  #return hubert_model
370
 
371
- hubert_model = load_hubert()
 
372
  print(hubert_model)
373
 
374
  def rvc_models(model_name):
 
368
  print(hubert_model)
369
  #return hubert_model
370
 
371
+ #hubert_model = load_hubert()
372
+ load_hubert()
373
  print(hubert_model)
374
 
375
  def rvc_models(model_name):