Yaron Koresh commited on
Commit
5959cb1
·
verified ·
1 Parent(s): d1da1b3

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -143,7 +143,7 @@ def generate_random_string(length):
143
  characters = string.ascii_letters + string.digits
144
  return ''.join(random.choice(characters) for _ in range(length))
145
 
146
- @spaces.GPU(duration=45)
147
  def Piper(image,positive,negative,motion):
148
  global last_motion
149
  global ip_loaded
 
143
  characters = string.ascii_letters + string.digits
144
  return ''.join(random.choice(characters) for _ in range(length))
145
 
146
+ @spaces.GPU(duration=75)
147
  def Piper(image,positive,negative,motion):
148
  global last_motion
149
  global ip_loaded