KingNish commited on
Commit
5730add
·
verified ·
1 Parent(s): b1201e2

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -0
app.py CHANGED
@@ -355,6 +355,7 @@ Living out my dreams with this mic and a deal
355
  inputs=[genre_txt, lyrics_txt],
356
  outputs=[music_out, vocal_out, instrumental_out],
357
  cache_examples=True,
 
358
  fn=infer
359
  )
360
 
 
355
  inputs=[genre_txt, lyrics_txt],
356
  outputs=[music_out, vocal_out, instrumental_out],
357
  cache_examples=True,
358
+ cache_mode="eager",
359
  fn=infer
360
  )
361