BhumikaMak commited on
Commit
60b0ce7
·
verified ·
1 Parent(s): adfc504

fix: return args

Browse files
Files changed (1) hide show
  1. app.py +3 -0
app.py CHANGED
@@ -142,6 +142,9 @@ with gr.Blocks(css=custom_css) as interface:
142
  thread2.start()
143
  thread1.join()
144
  thread2.join()
 
 
 
145
 
146
  run_button.click(
147
  fn=run_both,
 
142
  thread2.start()
143
  thread1.join()
144
  thread2.join()
145
+ return results, netron_html
146
+
147
+
148
 
149
  run_button.click(
150
  fn=run_both,