Spaces:
Running
on
Zero
Running
on
Zero
Update app.py
Browse files
app.py
CHANGED
@@ -117,7 +117,7 @@ def filter_text(text,phraseC):
|
|
117 |
MAX_SEED = np.iinfo(np.int32).max
|
118 |
MAX_IMAGE_SIZE = 4096
|
119 |
|
120 |
-
@spaces.GPU(duration=
|
121 |
def infer(
|
122 |
prompt,
|
123 |
negative_prompt,
|
|
|
117 |
MAX_SEED = np.iinfo(np.int32).max
|
118 |
MAX_IMAGE_SIZE = 4096
|
119 |
|
120 |
+
@spaces.GPU(duration=90)
|
121 |
def infer(
|
122 |
prompt,
|
123 |
negative_prompt,
|