BhumikaMak commited on
Commit
58ddcfb
·
verified ·
1 Parent(s): 111100d

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -184,7 +184,7 @@ with gr.Blocks(css=custom_css) as interface:
184
  print("Warning: image2 does not contain exactly 8 images.")
185
  else:
186
  print("Error: image2 is not a list of images.")
187
- return [(image1, text)], netron_html, [image2]
188
 
189
  # Run button click
190
 
 
184
  print("Warning: image2 does not contain exactly 8 images.")
185
  else:
186
  print("Error: image2 is not a list of images.")
187
+ return [(image1, text)], netron_html, image2
188
 
189
  # Run button click
190