Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -257,12 +257,9 @@ with block:
|
|
257 |
with gr.Column():
|
258 |
with gr.Row():
|
259 |
with gr.Column():
|
260 |
-
|
261 |
-
)
|
262 |
with gr.Column():
|
263 |
-
|
264 |
-
)
|
265 |
-
)
|
266 |
with gr.Column():
|
267 |
prompt = gr.Textbox(
|
268 |
label="Prompt",
|
|
|
257 |
with gr.Column():
|
258 |
with gr.Row():
|
259 |
with gr.Column():
|
260 |
+
image_pil = gr.Image(label="Style Image", type="pil")
|
|
|
261 |
with gr.Column():
|
262 |
+
processed_image = gr.Image(label="Preprocess uWu", interactive=False)
|
|
|
|
|
263 |
with gr.Column():
|
264 |
prompt = gr.Textbox(
|
265 |
label="Prompt",
|