Spaces:
Running
Running
commit
Browse files
app.py
CHANGED
@@ -607,7 +607,7 @@ def add_song_cover_text(img,artist,song,height,width):
|
|
607 |
|
608 |
return img
|
609 |
|
610 |
-
@spaces.GPU(duration=
|
611 |
def all_pipes(pos,neg,artist,song):
|
612 |
imgs = pipe_generate_image(pos,neg)
|
613 |
|
|
|
607 |
|
608 |
return img
|
609 |
|
610 |
+
@spaces.GPU(duration=300)
|
611 |
def all_pipes(pos,neg,artist,song):
|
612 |
imgs = pipe_generate_image(pos,neg)
|
613 |
|