Spaces:
Sleeping
Sleeping
support for multiple image stack
Browse files
app.py
CHANGED
@@ -151,6 +151,8 @@ with gr.Blocks(css=custom_css) as interface:
|
|
151 |
t1.join()
|
152 |
t2.join()
|
153 |
image1, text, image2 = results[0]
|
|
|
|
|
154 |
return [(image1, text)], netron_html, [image2]
|
155 |
|
156 |
# Run button click
|
|
|
151 |
t1.join()
|
152 |
t2.join()
|
153 |
image1, text, image2 = results[0]
|
154 |
+
print('results', results)
|
155 |
+
print('image2', image2)
|
156 |
return [(image1, text)], netron_html, [image2]
|
157 |
|
158 |
# Run button click
|