geetu040 commited on
Commit
0c18c67
·
1 Parent(s): c1cfa6a

remove matplotlib import

Browse files
Files changed (1) hide show
  1. model.py +0 -1
model.py CHANGED
@@ -1,7 +1,6 @@
1
  from PIL import Image
2
  import torch
3
  from huggingface_hub import hf_hub_download
4
- import matplotlib.pyplot as plt
5
 
6
  # custom installation from this PR: https://github.com/huggingface/transformers/pull/34583
7
  # !pip install git+https://github.com/geetu040/transformers.git@depth-pro-projects#egg=transformers
 
1
  from PIL import Image
2
  import torch
3
  from huggingface_hub import hf_hub_download
 
4
 
5
  # custom installation from this PR: https://github.com/huggingface/transformers/pull/34583
6
  # !pip install git+https://github.com/geetu040/transformers.git@depth-pro-projects#egg=transformers