Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -115,7 +115,7 @@ with gr.Blocks() as demo:
|
|
115 |
gr.Markdown(MARKDOWN)
|
116 |
with gr.Row():
|
117 |
with gr.Column():
|
118 |
-
input_image = gr
|
119 |
image_mode = 'RGB',
|
120 |
type = 'pil',
|
121 |
height = 500
|
|
|
115 |
gr.Markdown(MARKDOWN)
|
116 |
with gr.Row():
|
117 |
with gr.Column():
|
118 |
+
input_image = gr.Image(
|
119 |
image_mode = 'RGB',
|
120 |
type = 'pil',
|
121 |
height = 500
|