Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -148,7 +148,7 @@ with demo:
|
|
148 |
with gr.TabItem('Image Upload'):
|
149 |
with gr.Row():
|
150 |
img_input = gr.Image(type='pil',shape=(750,750))
|
151 |
-
img_output_from_upload= gr.Image(750,750)
|
152 |
|
153 |
with gr.Row():
|
154 |
example_images = gr.Dataset(components=[img_input],
|
|
|
148 |
with gr.TabItem('Image Upload'):
|
149 |
with gr.Row():
|
150 |
img_input = gr.Image(type='pil',shape=(750,750))
|
151 |
+
img_output_from_upload= gr.Image(shape=(750,750))
|
152 |
|
153 |
with gr.Row():
|
154 |
example_images = gr.Dataset(components=[img_input],
|