Spaces:
Running
Running
remove matplotlib import
Browse files
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
|