Skip to content

Commit

Permalink
Update progress message
Browse files Browse the repository at this point in the history
  • Loading branch information
jhj0517 committed Dec 15, 2024
1 parent 95d4f9a commit cad9e14
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion modules/uvr/music_separator.py
Original file line number Diff line number Diff line change
Expand Up @@ -118,7 +118,8 @@ def separate(self,
)
self.model.sample_rate = sample_rate

progress(0, desc="Separating background music from the audio..")
progress(0, desc="Separating background music from the audio.. "
"(It will only display 0% until the job is complete.) ")
result = self.model(audio)
instrumental, vocals = result["instrumental"].T, result["vocals"].T

Expand Down

0 comments on commit cad9e14

Please sign in to comment.