BhumikaMak commited on
Commit
5c82496
·
verified ·
1 Parent(s): 7cd9f6b

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -3
app.py CHANGED
@@ -150,9 +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
 
158
  # Run button click
 
150
  t2.start()
151
  t1.join()
152
  t2.join()
153
+ image1, text, image2 = results[0]
154
+ print('print....', image1, text, image2)
 
155
  return (image1, text), netron_html, image2
156
 
157
  # Run button click