Spaces:
Sleeping
Sleeping
Fix requirements
Browse files- label_prettify.py +0 -2
- requirements.txt +1 -1
label_prettify.py
CHANGED
@@ -1,8 +1,6 @@
|
|
1 |
-
import glob
|
2 |
import os
|
3 |
import json
|
4 |
import torch
|
5 |
-
import random
|
6 |
import matplotlib.pyplot as plt
|
7 |
import matplotlib
|
8 |
import numpy as np
|
|
|
|
|
1 |
import os
|
2 |
import json
|
3 |
import torch
|
|
|
4 |
import matplotlib.pyplot as plt
|
5 |
import matplotlib
|
6 |
import numpy as np
|
requirements.txt
CHANGED
@@ -21,4 +21,4 @@ torch==1.13.1
|
|
21 |
torchvision==0.14.1
|
22 |
transformers==4.26.1
|
23 |
yacs==0.1.8
|
24 |
-
matplotlib
|
|
|
21 |
torchvision==0.14.1
|
22 |
transformers==4.26.1
|
23 |
yacs==0.1.8
|
24 |
+
matplotlib==3.7.0
|