Update app.py
Browse files
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 |
|