Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -260,8 +260,8 @@ def main():
|
|
260 |
with gr.Column():
|
261 |
image_input = gr.Image(
|
262 |
type='pil',
|
263 |
-
label="Upload Image for Prediction"
|
264 |
-
tool
|
265 |
)
|
266 |
image_predict_btn = gr.Button("π Predict on Image")
|
267 |
image_status = gr.Markdown("**Status will appear here.**")
|
|
|
260 |
with gr.Column():
|
261 |
image_input = gr.Image(
|
262 |
type='pil',
|
263 |
+
label="Upload Image for Prediction"
|
264 |
+
# Removed 'tool' parameter
|
265 |
)
|
266 |
image_predict_btn = gr.Button("π Predict on Image")
|
267 |
image_status = gr.Markdown("**Status will appear here.**")
|