James Chen commited on
Commit
52caa85
1 Parent(s): 156b564

Updated the readme

Browse files
Files changed (1) hide show
  1. README.md +13 -1
README.md CHANGED
@@ -10,4 +10,16 @@ pinned: false
10
  license: apache-2.0
11
  ---
12
 
13
- Check out the configuration reference at https://huggingface.co/docs/hub/spaces-config-reference
 
 
 
 
 
 
 
 
 
 
 
 
 
10
  license: apache-2.0
11
  ---
12
 
13
+ # Copee
14
+
15
+ A simple tool for copying a file from an external link (this can be the perm link on Hugging Face though it has to be public) to your designated Hugging Face repo (model).
16
+
17
+ ## Use
18
+
19
+ | Field | Description | Note |
20
+ |---------------|:-------------------------------|:-----------------------------------------------------------------------------------------|
21
+ | Remote URL | Full URL (http or https) | It can be the Hugging Face perm link but it doesn't support Google Drive Shared Link yet |
22
+ | Repo name | Name of the repo to upload | Currently only support *model*. It will create a new repo if the repo doesn't exist |
23
+ | Write token | Hugging Face access token | Must be **write** access |
24
+ | Override | To override your existing file | It will delete your current (same name) file on the repo then upload |
25
+ | File name | Name to be saved on the repo | Sometimes the filename can be confusing from some links |