Spaces:
Runtime error
Runtime error
pengdaqian
commited on
Commit
·
23f104e
1
Parent(s):
1b7e6ee
fix
Browse files- music/search.py +1 -0
music/search.py
CHANGED
@@ -88,3 +88,4 @@ def get_random_spit(songinfo):
|
|
88 |
right_idx = length
|
89 |
middle_30s = song[left_idx:right_idx]
|
90 |
middle_30s.export(save_path, format="mp3")
|
|
|
|
88 |
right_idx = length
|
89 |
middle_30s = song[left_idx:right_idx]
|
90 |
middle_30s.export(save_path, format="mp3")
|
91 |
+
return save_path
|