Spaces:
Runtime error
Runtime error
Bbmyy
commited on
Commit
•
274ad5e
1
Parent(s):
fd331e2
delete
Browse files- model/models/local_models.py +1 -0
- model_bbox/GeoDiffusion +0 -1
- model_bbox/MIGC +0 -1
model/models/local_models.py
CHANGED
@@ -5,6 +5,7 @@ migc_path = os.path.dirname(os.path.abspath(__file__))
|
|
5 |
print(migc_path)
|
6 |
if migc_path not in sys.path:
|
7 |
sys.path.append(migc_path)
|
|
|
8 |
from model_bbox.MIGC.inference_single_image import MIGC_Pipe
|
9 |
|
10 |
def load_local_model(model_name, model_type):
|
|
|
5 |
print(migc_path)
|
6 |
if migc_path not in sys.path:
|
7 |
sys.path.append(migc_path)
|
8 |
+
|
9 |
from model_bbox.MIGC.inference_single_image import MIGC_Pipe
|
10 |
|
11 |
def load_local_model(model_name, model_type):
|
model_bbox/GeoDiffusion
DELETED
@@ -1 +0,0 @@
|
|
1 |
-
Subproject commit 1878315d245fb5be586f78c323e2776110383204
|
|
|
|
model_bbox/MIGC
DELETED
@@ -1 +0,0 @@
|
|
1 |
-
Subproject commit 94de6a347b3bc723fa882610b209bf9a9d4e30a1
|
|
|
|