Spaces:
Running
Running
Yaron Koresh
commited on
Update app.py
Browse files
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=
|
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
|