Spaces:
Sleeping
Sleeping
Commit
·
21a3715
1
Parent(s):
05d541c
wew
Browse files
app.py
CHANGED
|
@@ -9,7 +9,7 @@ with gr.Blocks() as app:
|
|
| 9 |
gr.Markdown("### Black and White Image Maker")
|
| 10 |
with gr.Row():
|
| 11 |
image_input = gr.Image(type="pil", label="Upload your Image")
|
| 12 |
-
image_output = gr.Image(type="pil", label="Black and White Image"
|
| 13 |
|
| 14 |
image_input.change(to_black_and_white, inputs=image_input, outputs=image_output)
|
| 15 |
|
|
|
|
| 9 |
gr.Markdown("### Black and White Image Maker")
|
| 10 |
with gr.Row():
|
| 11 |
image_input = gr.Image(type="pil", label="Upload your Image")
|
| 12 |
+
image_output = gr.Image(type="pil", label="Black and White Image")
|
| 13 |
|
| 14 |
image_input.change(to_black_and_white, inputs=image_input, outputs=image_output)
|
| 15 |
|