yaron123 commited on
Commit
e7052c0
·
1 Parent(s): fc4cca7
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -187,7 +187,7 @@ def generate_random_string(length):
187
  characters = str(ascii_letters + digits)
188
  return ''.join(random.choice(characters) for _ in range(length))
189
 
190
- spaces.GPU(duration=40)
191
  def pipe_generate(img,p1,p2,time,title):
192
  global pipe
193
 
 
187
  characters = str(ascii_letters + digits)
188
  return ''.join(random.choice(characters) for _ in range(length))
189
 
190
+ @spaces.GPU(duration=40)
191
  def pipe_generate(img,p1,p2,time,title):
192
  global pipe
193