Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
chenpangpang
Cinemo
Commits
8b80f8c6
Commit
8b80f8c6
authored
Aug 14, 2024
by
chenpangpang
Browse files
feat: 修复找不到datasets包
parent
ff4f081f
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
1 addition
and
1 deletion
+1
-1
Cinemo/app.py
Cinemo/app.py
+1
-1
Cinemo/datasets/__init__.py
Cinemo/datasets/__init__.py
+0
-0
No files found.
Cinemo/app.py
View file @
8b80f8c6
...
...
@@ -11,7 +11,7 @@ from transformers import CLIPTokenizer, CLIPTextModel
from
omegaconf
import
OmegaConf
import
os
,
sys
sys
.
path
.
append
(
os
.
path
.
split
(
sys
.
path
[
0
])[
0
]
)
sys
.
path
.
append
(
os
.
path
.
dirname
(
os
.
path
.
abspath
(
__file__
))
)
from
models
import
get_models
import
imageio
from
PIL
import
Image
...
...
Cinemo/datasets/__init__.py
0 → 100644
View file @
8b80f8c6
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment