Spaces:
Running
on
Zero
Running
on
Zero
Update app.py
Browse files
app.py
CHANGED
@@ -134,10 +134,10 @@ vlm_btns = []
|
|
134 |
idip_checkboxes = []
|
135 |
|
136 |
def open_accordion_on_example_selection(*args):
|
137 |
-
|
138 |
-
|
139 |
-
|
140 |
-
|
141 |
|
142 |
@spaces.GPU
|
143 |
def generate_image(
|
|
|
134 |
idip_checkboxes = []
|
135 |
|
136 |
def open_accordion_on_example_selection(*args):
|
137 |
+
images[3].clear()
|
138 |
+
captions[3].clear()
|
139 |
+
idip_checkboxes.value = False
|
140 |
+
|
141 |
|
142 |
@spaces.GPU
|
143 |
def generate_image(
|