Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -102,7 +102,7 @@ def generate_image(
|
|
102 |
|
103 |
return image, seed
|
104 |
|
105 |
-
@spaces.GPU()
|
106 |
def gen(
|
107 |
prompt:str,
|
108 |
lora_scale:float=1.0,
|
|
|
102 |
|
103 |
return image, seed
|
104 |
|
105 |
+
@spaces.GPU(duration=100)
|
106 |
def gen(
|
107 |
prompt:str,
|
108 |
lora_scale:float=1.0,
|