BhumikaMak commited on
Commit
8b3111f
·
verified ·
1 Parent(s): ee20fb3

support for multiple image stack

Browse files
Files changed (1) hide show
  1. app.py +2 -0
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