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