Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
|
@@ -133,7 +133,6 @@ with gr.Blocks(title="Responsive Image Generator") as app:
|
|
| 133 |
with gr.Column():
|
| 134 |
input_image = gr.Image(
|
| 135 |
label="Upload Original Image",
|
| 136 |
-
type="numpy", # Using numpy type for better compatibility
|
| 137 |
)
|
| 138 |
process_btn = gr.Button("Process Image")
|
| 139 |
|
|
|
|
| 133 |
with gr.Column():
|
| 134 |
input_image = gr.Image(
|
| 135 |
label="Upload Original Image",
|
|
|
|
| 136 |
)
|
| 137 |
process_btn = gr.Button("Process Image")
|
| 138 |
|