Spaces:
Runtime error
Runtime error
kevinwang676
commited on
Update app.py
Browse files
app.py
CHANGED
@@ -349,6 +349,8 @@ def combine_vocal_and_inst(model_name, song_name, song_id, split_model, cover_so
|
|
349 |
print(result.stdout.decode())
|
350 |
return output_path
|
351 |
|
|
|
|
|
352 |
@spaces.GPU()
|
353 |
def load_hubert():
|
354 |
global hubert_model
|
|
|
349 |
print(result.stdout.decode())
|
350 |
return output_path
|
351 |
|
352 |
+
global hubert_model
|
353 |
+
|
354 |
@spaces.GPU()
|
355 |
def load_hubert():
|
356 |
global hubert_model
|