TorchGeo
lipsync
video-editing
chunyu-li commited on
Commit
32a20d2
·
1 Parent(s): a4f4512

Change `library_name` to enable download counting

Browse files
Files changed (3) hide show
  1. .DS_Store +0 -0
  2. .gitignore +15 -0
  3. README.md +1 -1
.DS_Store DELETED
Binary file (6.15 kB)
 
.gitignore ADDED
@@ -0,0 +1,15 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ # PyCharm files
2
+ .idea/
3
+
4
+ # macOS dir files
5
+ .DS_Store
6
+
7
+ # VS Code configuration dir
8
+ .vscode/
9
+
10
+ # Jupyter Notebook cache files
11
+ .ipynb_checkpoints/
12
+ *.ipynb
13
+
14
+ # Python cache files
15
+ __pycache__/
README.md CHANGED
@@ -1,6 +1,6 @@
1
  ---
2
  license: openrail++
3
- library_name: diffusers
4
  tags:
5
  - lipsync
6
  - video-editing
 
1
  ---
2
  license: openrail++
3
+ library_name: torchgeo
4
  tags:
5
  - lipsync
6
  - video-editing