Update app.py
Browse files
app.py
CHANGED
|
@@ -131,7 +131,7 @@ with gr.Blocks(title = "Hello",
|
|
| 131 |
css=".gradio-container {background:purple;}") as demo:
|
| 132 |
|
| 133 |
with gr.Row():
|
| 134 |
-
input_image = gr.Image(label = "Input image", type = "
|
| 135 |
output_image3 = gr.Image(label = "Output image", type = "pil")
|
| 136 |
|
| 137 |
#with gr.Row():
|
|
|
|
| 131 |
css=".gradio-container {background:purple;}") as demo:
|
| 132 |
|
| 133 |
with gr.Row():
|
| 134 |
+
input_image = gr.Image(label = "Input image", type = "numpy")
|
| 135 |
output_image3 = gr.Image(label = "Output image", type = "pil")
|
| 136 |
|
| 137 |
#with gr.Row():
|