Spaces:
Running
Running
Update app.py
Browse files
app.py
CHANGED
@@ -150,7 +150,9 @@ with gr.Blocks(css=custom_css) as interface:
|
|
150 |
t2.start()
|
151 |
t1.join()
|
152 |
t2.join()
|
|
|
153 |
image1, text, image2 = results[0]
|
|
|
154 |
return (image1, text), netron_html, image2
|
155 |
|
156 |
# Run button click
|
|
|
150 |
t2.start()
|
151 |
t1.join()
|
152 |
t2.join()
|
153 |
+
print('results', results[0])
|
154 |
image1, text, image2 = results[0]
|
155 |
+
print(image1, text, image2)
|
156 |
return (image1, text), netron_html, image2
|
157 |
|
158 |
# Run button click
|