Zyrenth commited on
Commit
31c1c02
·
verified ·
1 Parent(s): e060b08

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -481,7 +481,7 @@ with gr.Blocks(css=css) as demo:
481
  with gr.Row():
482
  with gr.Group():
483
  image = gr.Image(
484
- label="Image", height=256, tool="editor", type="pil"
485
  )
486
  strength = gr.Slider(
487
  label="Transformation strength",
 
481
  with gr.Row():
482
  with gr.Group():
483
  image = gr.Image(
484
+ label="Image", height=256, type="pil"
485
  )
486
  strength = gr.Slider(
487
  label="Transformation strength",