Spaces:
Running
on
Zero
Running
on
Zero
Update app.py
Browse files
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 = ["
|
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 = [
|