Upload anytext.py
Browse files- anytext.py +0 -1
anytext.py
CHANGED
|
@@ -34,7 +34,6 @@ import numpy as np
|
|
| 34 |
import PIL.Image
|
| 35 |
import torch
|
| 36 |
import torch.nn.functional as F
|
| 37 |
-
# from easydict import EasyDict as edict
|
| 38 |
from huggingface_hub import hf_hub_download
|
| 39 |
from ocr_recog.RecModel import RecModel
|
| 40 |
from PIL import Image, ImageDraw, ImageFont
|
|
|
|
| 34 |
import PIL.Image
|
| 35 |
import torch
|
| 36 |
import torch.nn.functional as F
|
|
|
|
| 37 |
from huggingface_hub import hf_hub_download
|
| 38 |
from ocr_recog.RecModel import RecModel
|
| 39 |
from PIL import Image, ImageDraw, ImageFont
|