2ms commited on
Commit
360546f
·
1 Parent(s): 7b03bd6

add tokens and macenko

Browse files
Files changed (4) hide show
  1. .gitattributes +3 -0
  2. .gitignore +1 -0
  3. macenko_target/macenko_param.pt +0 -0
  4. tokens.py +1 -0
.gitattributes ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ *.svs filter=lfs diff=lfs merge=lfs -text
2
+ *.bin filter=lfs diff=lfs merge=lfs -text
3
+ *.ckpt filter=lfs diff=lfs merge=lfs -text
.gitignore ADDED
@@ -0,0 +1 @@
 
 
1
+ *.pyc
macenko_target/macenko_param.pt ADDED
Binary file (999 Bytes). View file
 
tokens.py ADDED
@@ -0,0 +1 @@
 
 
1
+ HF_TOKEN = "YOUR_HUGGING_FACE_ACCESS_TOKEN"