Spaces:
Sleeping
Sleeping
amazinghaha
commited on
Commit
•
29b7c6b
1
Parent(s):
c4a5709
Update app.py
Browse files
app.py
CHANGED
@@ -9,6 +9,7 @@ from model.Vision_Transformer_with_mask import vit_base_patch16_224,Attention,Cr
|
|
9 |
from model.CoordAttention import *
|
10 |
from typing import Tuple, Type
|
11 |
from torch import Tensor, nn
|
|
|
12 |
#import tempfile
|
13 |
|
14 |
def load_from_pkl(load_path):
|
|
|
9 |
from model.CoordAttention import *
|
10 |
from typing import Tuple, Type
|
11 |
from torch import Tensor, nn
|
12 |
+
from xgboost import XGBClassifier
|
13 |
#import tempfile
|
14 |
|
15 |
def load_from_pkl(load_path):
|