abidlabs HF Staff commited on
Commit
5e7f992
·
verified ·
1 Parent(s): c323f44

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -28,7 +28,7 @@ def clear_cache(transformer):
28
 
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
 
28
 
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