BhumikaMak commited on
Commit
0021914
·
verified ·
1 Parent(s): b97dffa

Update app.py

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