Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -86,8 +86,8 @@ with gr.Blocks() as demo:
|
|
86 |
with gr.Row():
|
87 |
image_input = gr.Image(
|
88 |
label="Upload Image",
|
89 |
-
type="filepath"
|
90 |
-
tool
|
91 |
)
|
92 |
|
93 |
with gr.Row():
|
|
|
86 |
with gr.Row():
|
87 |
image_input = gr.Image(
|
88 |
label="Upload Image",
|
89 |
+
type="filepath"
|
90 |
+
# Removed the 'tool' parameter to ensure compatibility
|
91 |
)
|
92 |
|
93 |
with gr.Row():
|