jamesliu1217 commited on
Commit
b6130e4
·
verified ·
1 Parent(s): fdbf3a9

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -101,7 +101,7 @@ def multi_condition_generate_image(prompt, subject_img, spatial_img, height, wid
101
 
102
  # Define the Gradio interface components
103
  control_types = ["subject", "pose", "inpainting"]
104
- style_loras = ["Simple_Sketch", "Text_Poster", "Vector_Style", "None"]
105
 
106
  # Example data
107
  single_examples = [
 
101
 
102
  # Define the Gradio interface components
103
  control_types = ["subject", "pose", "inpainting"]
104
+ style_loras = ["None", "Simple_Sketch", "Text_Poster", "Vector_Style"]
105
 
106
  # Example data
107
  single_examples = [