Spaces:
Running
Running
Update app.py
Browse files
app.py
CHANGED
@@ -159,7 +159,7 @@ if __name__ == "__main__":
|
|
159 |
|
160 |
with gr.Row():
|
161 |
with gr.Column():
|
162 |
-
input_image = gr.Image(label="Input Image", sources='upload', type="pil",
|
163 |
with gr.Column():
|
164 |
output_image = gr.Image(label="Generated Image", type="pil")
|
165 |
|
|
|
159 |
|
160 |
with gr.Row():
|
161 |
with gr.Column():
|
162 |
+
input_image = gr.Image(label="Input Image", sources='upload', type="pil", interactive=True)
|
163 |
with gr.Column():
|
164 |
output_image = gr.Image(label="Generated Image", type="pil")
|
165 |
|