Spaces:
Runtime error
Runtime error
Commit
·
edf9c56
1
Parent(s):
5102259
Update main.py
Browse files
main.py
CHANGED
|
@@ -93,7 +93,7 @@ def draw_trace(image: np.ndarray, previous_actions: List[Tuple[str, List[int]]],
|
|
| 93 |
if DEBUG:
|
| 94 |
x = x * 256 / 1024
|
| 95 |
y = y * 256 / 640
|
| 96 |
-
draw.ellipse([x-2, y-2, x+2, y+2], fill=color)
|
| 97 |
|
| 98 |
|
| 99 |
if prev_x is not None:
|
|
|
|
| 93 |
if DEBUG:
|
| 94 |
x = x * 256 / 1024
|
| 95 |
y = y * 256 / 640
|
| 96 |
+
#draw.ellipse([x-2, y-2, x+2, y+2], fill=color)
|
| 97 |
|
| 98 |
|
| 99 |
if prev_x is not None:
|