Update app.py
Browse files
app.py
CHANGED
@@ -66,7 +66,7 @@ def get_seed(seed):
|
|
66 |
else:
|
67 |
return random.randint(0, MAX_SEED)
|
68 |
|
69 |
-
@spaces.GPU(duration=
|
70 |
def generate(input=DEFAULT_INPUT, filter_input="", negative_input=DEFAULT_NEGATIVE_INPUT, model=DEFAULT_MODEL, height=DEFAULT_HEIGHT, width=DEFAULT_WIDTH, steps=1, guidance=0, number=1, seed=None):
|
71 |
|
72 |
repo = repo_customs[model or "Default"]
|
|
|
66 |
else:
|
67 |
return random.randint(0, MAX_SEED)
|
68 |
|
69 |
+
@spaces.GPU(duration=60)
|
70 |
def generate(input=DEFAULT_INPUT, filter_input="", negative_input=DEFAULT_NEGATIVE_INPUT, model=DEFAULT_MODEL, height=DEFAULT_HEIGHT, width=DEFAULT_WIDTH, steps=1, guidance=0, number=1, seed=None):
|
71 |
|
72 |
repo = repo_customs[model or "Default"]
|