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