Spaces:
Running
on
Zero
Running
on
Zero
Update app.py
Browse files
app.py
CHANGED
@@ -136,7 +136,7 @@ idip_checkboxes = []
|
|
136 |
def open_accordion_on_example_selection(*args):
|
137 |
# print("enter open_accordion_on_example_selection")
|
138 |
len_images = (len(args)-11)//3
|
139 |
-
return
|
140 |
|
141 |
@spaces.GPU
|
142 |
def generate_image(
|
|
|
136 |
def open_accordion_on_example_selection(*args):
|
137 |
# print("enter open_accordion_on_example_selection")
|
138 |
len_images = (len(args)-11)//3
|
139 |
+
return None, "", False
|
140 |
|
141 |
@spaces.GPU
|
142 |
def generate_image(
|