Spaces:
Runtime error
Runtime error
Vision-CAIR
commited on
Commit
β’
69af5d5
1
Parent(s):
0e791ed
Update app.py
Browse files
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 |
-
|
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,
|