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