advcloud commited on
Commit
f28e891
·
1 Parent(s): 69922dd

first commit

Browse files
Files changed (2) hide show
  1. .gitmodules +6 -0
  2. .style.yapf +5 -0
.gitmodules ADDED
@@ -0,0 +1,6 @@
 
 
 
 
 
 
 
1
+ [submodule "HairCLIP"]
2
+ path = HairCLIP
3
+ url = https://github.com/wty-ustc/HairCLIP
4
+ [submodule "encoder4editing"]
5
+ path = encoder4editing
6
+ url = https://github.com/omertov/encoder4editing
.style.yapf ADDED
@@ -0,0 +1,5 @@
 
 
 
 
 
 
1
+ [style]
2
+ based_on_style = pep8
3
+ blank_line_before_nested_class_or_def = false
4
+ spaces_before_comment = 2
5
+ split_before_logical_operator = true