Spaces:
Sleeping
Sleeping
robin-courant
commited on
Commit
•
b389fc0
1
Parent(s):
8870a2e
Update app.py
Browse files
app.py
CHANGED
@@ -1,3 +1,5 @@
|
|
|
|
|
|
1 |
from functools import partial
|
2 |
from typing import Any, Callable, Dict
|
3 |
|
@@ -7,7 +9,6 @@ from gradio_rerun import Rerun
|
|
7 |
import numpy as np
|
8 |
import trimesh
|
9 |
import rerun as rr
|
10 |
-
import spaces
|
11 |
import torch
|
12 |
|
13 |
from utils.common_viz import init, get_batch
|
|
|
1 |
+
import spaces
|
2 |
+
|
3 |
from functools import partial
|
4 |
from typing import Any, Callable, Dict
|
5 |
|
|
|
9 |
import numpy as np
|
10 |
import trimesh
|
11 |
import rerun as rr
|
|
|
12 |
import torch
|
13 |
|
14 |
from utils.common_viz import init, get_batch
|