Update app.py
Browse files
app.py
CHANGED
@@ -1,4 +1,4 @@
|
|
1 |
-
from transformers import CLIPImageProcessor, pipeline, CLIPTokenizer
|
2 |
import torchvision.transforms as T
|
3 |
import torch.nn.functional as F
|
4 |
from PIL import Image, ImageFile
|
|
|
1 |
+
from transformers import CLIPImageProcessor, pipeline, CLIPTokenizer, AutoModel
|
2 |
import torchvision.transforms as T
|
3 |
import torch.nn.functional as F
|
4 |
from PIL import Image, ImageFile
|