Vision-CAIR commited on
Commit
69af5d5
β€’
1 Parent(s): 0e791ed

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -546,8 +546,8 @@ with gr.Blocks() as demo:
546
 
547
  with gr.Row():
548
  with gr.Column(scale=0.5):
549
- # image = gr.Image(type="pil", tool="sketch" ,brush_radius=20)
550
- image = gr.ImageEditor(type="pil")
551
 
552
  temperature = gr.Slider(
553
  minimum=0.1,
 
546
 
547
  with gr.Row():
548
  with gr.Column(scale=0.5):
549
+ image = gr.Image(type="pil", tool="sketch" ,brush_radius=20)
550
+ # image = gr.ImageEditor(type="pil")
551
 
552
  temperature = gr.Slider(
553
  minimum=0.1,