vilarin commited on
Commit
7ce1ed5
1 Parent(s): 7e50bab

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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=60)
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,