envelope _hf with a helper, try to solve import error
Browse files- text2world_hf_helper.py +1 -1
text2world_hf_helper.py
CHANGED
@@ -1 +1 @@
|
|
1 |
-
from text2world_hf import DiffusionText2World, DiffusionText2WorldConfig
|
|
|
1 |
+
from .text2world_hf import DiffusionText2World, DiffusionText2WorldConfig
|