Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -3,7 +3,7 @@ import numpy as np
|
|
3 |
import random
|
4 |
import re
|
5 |
import textwrap
|
6 |
-
|
7 |
from shapely.geometry.polygon import Polygon
|
8 |
import aggdraw
|
9 |
from PIL import Image, ImageDraw, ImageOps, ImageFilter, ImageFont, ImageColor
|
|
|
3 |
import random
|
4 |
import re
|
5 |
import textwrap
|
6 |
+
import torch
|
7 |
from shapely.geometry.polygon import Polygon
|
8 |
import aggdraw
|
9 |
from PIL import Image, ImageDraw, ImageOps, ImageFilter, ImageFont, ImageColor
|