Spaces:
Sleeping
Sleeping
fix: return args
Browse files
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,
|