Spaces:
Sleeping
Sleeping
Yaron Koresh
commited on
Update app.py
Browse files
app.py
CHANGED
@@ -85,7 +85,7 @@ def generate_random_string(length):
|
|
85 |
characters = string.ascii_letters + string.digits
|
86 |
return ''.join(random.choice(characters) for _ in range(length))
|
87 |
|
88 |
-
@spaces.GPU(duration=
|
89 |
def Piper(_do,_dont):
|
90 |
return pipe(
|
91 |
_do,
|
|
|
85 |
characters = string.ascii_letters + string.digits
|
86 |
return ''.join(random.choice(characters) for _ in range(length))
|
87 |
|
88 |
+
@spaces.GPU(duration=25) # 120
|
89 |
def Piper(_do,_dont):
|
90 |
return pipe(
|
91 |
_do,
|