Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -19,7 +19,7 @@ from models.pipeline_mimicbrush import MimicBrushPipeline
|
|
19 |
from models.ReferenceNet import ReferenceNet
|
20 |
from models.depth_guider import DepthGuider
|
21 |
from mimicbrush import MimicBrush_RefNet
|
22 |
-
from
|
23 |
from modelscope.hub.snapshot_download import snapshot_download as ms_snapshot_download
|
24 |
import spaces
|
25 |
|
|
|
19 |
from models.ReferenceNet import ReferenceNet
|
20 |
from models.depth_guider import DepthGuider
|
21 |
from mimicbrush import MimicBrush_RefNet
|
22 |
+
from data_utils import *
|
23 |
from modelscope.hub.snapshot_download import snapshot_download as ms_snapshot_download
|
24 |
import spaces
|
25 |
|