hideosnes commited on
Commit
6afbaa5
·
verified ·
1 Parent(s): 094fe55

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -5
app.py CHANGED
@@ -257,12 +257,9 @@ with block:
257
  with gr.Column():
258
  with gr.Row():
259
  with gr.Column():
260
- image_pil = gr.Image(label="Style Image", type="pil")
261
- )
262
  with gr.Column():
263
- processed_image = gr.Image(label="Preprocess uWu", interactive=False)
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",