merve HF staff commited on
Commit
6e5968c
1 Parent(s): c062890

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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