Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -69,7 +69,7 @@ def enable_lora(lora_scale, lora_in, lora_add):
|
|
69 |
pipe.load_lora_weights(lora_in, weight_name=lora_name)
|
70 |
pipe.fuse_lora(lora_scale=lora_scale)
|
71 |
|
72 |
-
@spaces.GPU(duration=
|
73 |
def generate_image(
|
74 |
prompt:str,
|
75 |
width:int=768,
|
|
|
69 |
pipe.load_lora_weights(lora_in, weight_name=lora_name)
|
70 |
pipe.fuse_lora(lora_scale=lora_scale)
|
71 |
|
72 |
+
@spaces.GPU(duration=100)
|
73 |
def generate_image(
|
74 |
prompt:str,
|
75 |
width:int=768,
|