Update app.py
Browse files
app.py
CHANGED
@@ -248,7 +248,7 @@ Living out my dreams with this mic and a deal
|
|
248 |
inputs = [genre_txt, lyrics_txt],
|
249 |
outputs = [music_out],
|
250 |
cache_examples = True,
|
251 |
-
cache_mode="
|
252 |
fn=infer
|
253 |
)
|
254 |
|
|
|
248 |
inputs = [genre_txt, lyrics_txt],
|
249 |
outputs = [music_out],
|
250 |
cache_examples = True,
|
251 |
+
cache_mode="lazy",
|
252 |
fn=infer
|
253 |
)
|
254 |
|