Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -107,8 +107,7 @@ with gr.Blocks() as demo:
|
|
107 |
input_image = gr.Image(
|
108 |
type="pil",
|
109 |
label="Upload 16-bit TIFF Image",
|
110 |
-
|
111 |
-
tool="editor",
|
112 |
)
|
113 |
run_button = gr.Button("Enhance Image")
|
114 |
with gr.Column():
|
|
|
107 |
input_image = gr.Image(
|
108 |
type="pil",
|
109 |
label="Upload 16-bit TIFF Image",
|
110 |
+
tool="editor", # Remove 'source' parameter
|
|
|
111 |
)
|
112 |
run_button = gr.Button("Enhance Image")
|
113 |
with gr.Column():
|