Update app.py
Browse files
app.py
CHANGED
@@ -139,7 +139,7 @@ def get_layout():
|
|
139 |
'<div class="footer">© 2024 LCL 版權所有<br>開發者:何立智、楊哲睿</div>',
|
140 |
)
|
141 |
gr.on(
|
142 |
-
|
143 |
fn=predict,
|
144 |
inputs=image_input,
|
145 |
outputs=chart,
|
|
|
139 |
'<div class="footer">© 2024 LCL 版權所有<br>開發者:何立智、楊哲睿</div>',
|
140 |
)
|
141 |
gr.on(
|
142 |
+
start_button.click,
|
143 |
fn=predict,
|
144 |
inputs=image_input,
|
145 |
outputs=chart,
|