Spaces:
Sleeping
Sleeping
commit
Browse files
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 |
|