Spaces:
Runtime error
Runtime error
Commit
·
dad3e30
1
Parent(s):
23de566
Update app.py
Browse files
app.py
CHANGED
|
@@ -316,7 +316,7 @@ with gr.Blocks(css=css) as demo:
|
|
| 316 |
with gr.Row():
|
| 317 |
with gr.Column(scale=3):
|
| 318 |
with gr.Tab("Generation"):
|
| 319 |
-
i2i_image_input = gr.Image(type="
|
| 320 |
|
| 321 |
with gr.Row():
|
| 322 |
with gr.Column(scale=1):
|
|
|
|
| 316 |
with gr.Row():
|
| 317 |
with gr.Column(scale=3):
|
| 318 |
with gr.Tab("Generation"):
|
| 319 |
+
i2i_image_input = gr.Image(type="pil", interactive=True)
|
| 320 |
|
| 321 |
with gr.Row():
|
| 322 |
with gr.Column(scale=1):
|