abidlabs HF Staff commited on
Commit
f824bf1
·
verified ·
1 Parent(s): 68e9863

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +3 -1
app.py CHANGED
@@ -29,7 +29,9 @@ def clear_cache(transformer):
29
  # Define the Gradio interface
30
  @spaces.GPU()
31
  def single_condition_generate_image(spatial_img):
32
- # Set the control type
 
 
33
  prompt = "Ghibli Studio style, Charming hand-drawn anime-style illustration"
34
  use_zero_init = False
35
  zero_steps = 1
 
29
  # Define the Gradio interface
30
  @spaces.GPU()
31
  def single_condition_generate_image(spatial_img):
32
+ """
33
+ Convert an image into a Studio Ghibli style image
34
+ """
35
  prompt = "Ghibli Studio style, Charming hand-drawn anime-style illustration"
36
  use_zero_init = False
37
  zero_steps = 1