Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -184,7 +184,7 @@ with gr.Blocks(css=custom_css) as interface:
|
|
184 |
print("Warning: image2 does not contain exactly 8 images.")
|
185 |
else:
|
186 |
print("Error: image2 is not a list of images.")
|
187 |
-
return [(image1, text)], netron_html,
|
188 |
|
189 |
# Run button click
|
190 |
|
|
|
184 |
print("Warning: image2 does not contain exactly 8 images.")
|
185 |
else:
|
186 |
print("Error: image2 is not a list of images.")
|
187 |
+
return [(image1, text)], netron_html, image2
|
188 |
|
189 |
# Run button click
|
190 |
|