Update app.py
Browse files
app.py
CHANGED
|
@@ -106,7 +106,7 @@ with gr.Blocks() as demo:
|
|
| 106 |
else:
|
| 107 |
return result, "", gr.Image(visible=True), gr.Textbox(visible=False)
|
| 108 |
|
| 109 |
-
model_btn = gr.Button("Detect
|
| 110 |
model_btn.click(process_image, inputs=model_input, outputs=[model_output, caution_message, model_output, caution_message])
|
| 111 |
|
| 112 |
with gr.Column(scale=1):
|
|
|
|
| 106 |
else:
|
| 107 |
return result, "", gr.Image(visible=True), gr.Textbox(visible=False)
|
| 108 |
|
| 109 |
+
model_btn = gr.Button("Detect Result")
|
| 110 |
model_btn.click(process_image, inputs=model_input, outputs=[model_output, caution_message, model_output, caution_message])
|
| 111 |
|
| 112 |
with gr.Column(scale=1):
|