AP123 commited on
Commit
21f1280
1 Parent(s): f3708e8

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +0 -1
app.py CHANGED
@@ -17,7 +17,6 @@ pipe.scheduler = EulerDiscreteScheduler.from_config(pipe.scheduler.config, times
17
  # Function
18
  @spaces.GPU
19
  def generate_image(prompt):
20
- # Generate image using the preloaded model
21
  image = pipe(prompt, num_inference_steps=4, guidance_scale=0).images[0]
22
  return image
23
 
 
17
  # Function
18
  @spaces.GPU
19
  def generate_image(prompt):
 
20
  image = pipe(prompt, num_inference_steps=4, guidance_scale=0).images[0]
21
  return image
22