Pecorized commited on
Commit
0a42bb0
·
1 Parent(s): 18908b4

image path

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -143,8 +143,8 @@ from audio_separator import Separator
143
 
144
  def inference(audio, vocals, bass, drums, other, piano, guitar, lead_vocals, backing_vocals):
145
  # Initially, show the loading GIF
146
- loading_gif_path = "7RwF.gif"
147
- transparent_img_path = "images.png"
148
 
149
  os.makedirs("out", exist_ok=True)
150
  audio_path = 'test.wav'
 
143
 
144
  def inference(audio, vocals, bass, drums, other, piano, guitar, lead_vocals, backing_vocals):
145
  # Initially, show the loading GIF
146
+ loading_gif_path = "./7RwF.gif"
147
+ transparent_img_path = "./images.png"
148
 
149
  os.makedirs("out", exist_ok=True)
150
  audio_path = 'test.wav'