Spaces:
Running
Running
Update app.py
Browse files
app.py
CHANGED
|
@@ -363,7 +363,7 @@ with gr.Blocks(theme=gr.themes.Default(text_size=gr.themes.sizes.text_lg)) as de
|
|
| 363 |
with gr.Tab("Scribbles"):
|
| 364 |
scribble_img = gr.Image(
|
| 365 |
label="Input",
|
| 366 |
-
brush_radius=
|
| 367 |
interactive=True,
|
| 368 |
brush_color="#00FF00",
|
| 369 |
tool="sketch",
|
|
|
|
| 363 |
with gr.Tab("Scribbles"):
|
| 364 |
scribble_img = gr.Image(
|
| 365 |
label="Input",
|
| 366 |
+
brush_radius=2,
|
| 367 |
interactive=True,
|
| 368 |
brush_color="#00FF00",
|
| 369 |
tool="sketch",
|