Update app.py
Browse files
app.py
CHANGED
@@ -127,7 +127,7 @@ with gr.Blocks() as demo:
|
|
127 |
|
128 |
inference_button = gr.Button("Submit")
|
129 |
|
130 |
-
Prediccion = gr.Number()
|
131 |
|
132 |
#inference_button.click(fn=inference, inputs=[url_input, image_input, min_score, model_name], outputs=output_image)
|
133 |
|
|
|
127 |
|
128 |
inference_button = gr.Button("Submit")
|
129 |
|
130 |
+
Prediccion = gr.Number( label="Score")
|
131 |
|
132 |
#inference_button.click(fn=inference, inputs=[url_input, image_input, min_score, model_name], outputs=output_image)
|
133 |
|