yaron123 commited on
Commit
e3c6440
·
1 Parent(s): bdd1017
Files changed (1) hide show
  1. app.py +1 -1
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=180)
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