Yaron Koresh commited on
Commit
c8dece8
·
verified ·
1 Parent(s): 562b4d5

Update app.py

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