Spaces:
Running
on
L40S
Running
on
L40S
Update inference.py
Browse files- inference.py +0 -3
inference.py
CHANGED
@@ -2,9 +2,6 @@ import argparse
|
|
2 |
import sys
|
3 |
import os
|
4 |
|
5 |
-
# Add the current directory to Python path
|
6 |
-
sys.path.append(os.path.dirname(os.path.abspath(__file__)))
|
7 |
-
|
8 |
from typing import Dict, Optional, Tuple, List
|
9 |
from omegaconf import OmegaConf
|
10 |
from PIL import Image
|
|
|
2 |
import sys
|
3 |
import os
|
4 |
|
|
|
|
|
|
|
5 |
from typing import Dict, Optional, Tuple, List
|
6 |
from omegaconf import OmegaConf
|
7 |
from PIL import Image
|