Update app.py
Browse files
app.py
CHANGED
@@ -20,7 +20,7 @@ import cv2
|
|
20 |
from huggingface_hub import hf_hub_download
|
21 |
from PIL import Image
|
22 |
import matplotlib.pyplot as plt
|
23 |
-
|
24 |
|
25 |
|
26 |
device = 'cuda' if torch.cuda.is_available() else 'cpu'
|
|
|
20 |
from huggingface_hub import hf_hub_download
|
21 |
from PIL import Image
|
22 |
import matplotlib.pyplot as plt
|
23 |
+
from eval_wrapper.eval import EvalWrapper, eval_scene
|
24 |
|
25 |
|
26 |
device = 'cuda' if torch.cuda.is_available() else 'cpu'
|