Spaces:
Running
on
Zero
Running
on
Zero
Commit
•
6de9995
1
Parent(s):
e438ebb
Update app.py
Browse files
app.py
CHANGED
@@ -50,7 +50,7 @@ def convert_to_centered_scale(num):
|
|
50 |
end = num // 2
|
51 |
return tuple(range(start, end + 1))
|
52 |
|
53 |
-
@spaces.GPU(duration=
|
54 |
def generate(prompt,
|
55 |
concept_1,
|
56 |
concept_2,
|
|
|
50 |
end = num // 2
|
51 |
return tuple(range(start, end + 1))
|
52 |
|
53 |
+
@spaces.GPU(duration=85)
|
54 |
def generate(prompt,
|
55 |
concept_1,
|
56 |
concept_2,
|