Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -10,10 +10,10 @@ import torch
|
|
10 |
import tempfile
|
11 |
from contextlib import nullcontext
|
12 |
|
13 |
-
from
|
14 |
|
15 |
-
from
|
16 |
-
from
|
17 |
|
18 |
import matplotlib.pyplot as pl
|
19 |
pl.ion()
|
|
|
10 |
import tempfile
|
11 |
from contextlib import nullcontext
|
12 |
|
13 |
+
from demo import get_args_parser, main_demo
|
14 |
|
15 |
+
from model import AsymmetricMASt3R
|
16 |
+
from utils.misc import hash_md5
|
17 |
|
18 |
import matplotlib.pyplot as pl
|
19 |
pl.ion()
|