Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -6,6 +6,7 @@ import re
|
|
6 |
import textwrap
|
7 |
import torch
|
8 |
from shapely.geometry.polygon import Polygon
|
|
|
9 |
import aggdraw
|
10 |
from PIL import Image, ImageDraw, ImageOps, ImageFilter, ImageFont, ImageColor
|
11 |
|
|
|
6 |
import textwrap
|
7 |
import torch
|
8 |
from shapely.geometry.polygon import Polygon
|
9 |
+
from shapely.affinity import scale
|
10 |
import aggdraw
|
11 |
from PIL import Image, ImageDraw, ImageOps, ImageFilter, ImageFont, ImageColor
|
12 |
|