update
Browse files
app.py
CHANGED
|
@@ -8,6 +8,7 @@ import torch
|
|
| 8 |
from pathlib import Path
|
| 9 |
from torchvision.transforms import functional as F
|
| 10 |
import torchvision.transforms.v2 as v2
|
|
|
|
| 11 |
|
| 12 |
|
| 13 |
from draco.configuration import CfgNode
|
|
|
|
| 8 |
from pathlib import Path
|
| 9 |
from torchvision.transforms import functional as F
|
| 10 |
import torchvision.transforms.v2 as v2
|
| 11 |
+
import spaces
|
| 12 |
|
| 13 |
|
| 14 |
from draco.configuration import CfgNode
|