Spaces:
Runtime error
Runtime error
Commit
·
163cc53
1
Parent(s):
daf5a2a
fixing small issue with sketchpad
Browse files
ui.py
CHANGED
|
@@ -35,8 +35,6 @@ class SketchToImageApp:
|
|
| 35 |
label="Annotate Your Lineart",
|
| 36 |
type="numpy",
|
| 37 |
brush=gr.Brush(),
|
| 38 |
-
width=512,
|
| 39 |
-
height=512
|
| 40 |
)
|
| 41 |
|
| 42 |
lineart_file_input.change(
|
|
|
|
| 35 |
label="Annotate Your Lineart",
|
| 36 |
type="numpy",
|
| 37 |
brush=gr.Brush(),
|
|
|
|
|
|
|
| 38 |
)
|
| 39 |
|
| 40 |
lineart_file_input.change(
|