mckabue commited on
Commit
b736379
·
verified ·
1 Parent(s): f477039

RE_UPLOAD-REBUILD-RESTART

Browse files
Files changed (1) hide show
  1. README.md +19 -3
README.md CHANGED
@@ -1,12 +1,28 @@
1
  ---
2
  title: Document Similarity Matching Using Visual Layout Features
3
- emoji: 🐢
4
- colorFrom: blue
5
- colorTo: green
6
  sdk: gradio
7
  sdk_version: 4.25.0
8
  app_file: app.py
9
  pinned: false
 
10
  ---
11
 
12
  Check out the configuration reference at https://huggingface.co/docs/hub/spaces-config-reference
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
  ---
2
  title: Document Similarity Matching Using Visual Layout Features
3
+ emoji: 📚
4
+ colorFrom: purple
5
+ colorTo: pink
6
  sdk: gradio
7
  sdk_version: 4.25.0
8
  app_file: app.py
9
  pinned: false
10
+ license: mit
11
  ---
12
 
13
  Check out the configuration reference at https://huggingface.co/docs/hub/spaces-config-reference
14
+
15
+ Large Files Management
16
+ ```
17
+ git remote -v
18
+ github https://github.com/McKabue/document-similarity-search-using-visual-layout-features.git (fetch)
19
+
20
+ github https://github.com/McKabue/document-similarity-search-using-visual-layout-features.git (push)
21
+
22
+ origin https://huggingface.co/spaces/mckabue/document-similarity-search-using-visual-layout-features (fetch)
23
+
24
+ origin https://huggingface.co/spaces/mckabue/document-similarity-search-using-visual-layout-features (push)
25
+ ```
26
+ - https://github.com/git-lfs/git-lfs/issues/3231
27
+ - https://dev.to/hashcode01/add-a-second-remote-origin-to-git-35a7
28
+ - https://stackoverflow.com/a/49692403/3563013