jadechoghari commited on
Commit
306edbc
β€’
1 Parent(s): ce5737c

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -30,7 +30,7 @@ pipeline_normal = FluxPipeline.from_pretrained(
30
  # error_on_unseen=False
31
  # )
32
 
33
- @spaces.GPU
34
  def generate_images(prompt, guidance_scale, num_inference_steps):
35
  # generate image with normal pipeline
36
  image_normal = pipeline_normal(
 
30
  # error_on_unseen=False
31
  # )
32
 
33
+ @spaces.GPU(duration=120)
34
  def generate_images(prompt, guidance_scale, num_inference_steps):
35
  # generate image with normal pipeline
36
  image_normal = pipeline_normal(