copee / README.md
James Chen
Updated the readme
52caa85
|
raw
history blame
No virus
1.33 kB
---
title: Copee
emoji: πŸš€
colorFrom: pink
colorTo: green
sdk: gradio
sdk_version: 3.16.2
app_file: app.py
pinned: false
license: apache-2.0
---
# Copee
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).
## Use
| Field | Description | Note |
|---------------|:-------------------------------|:-----------------------------------------------------------------------------------------|
| 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 |
| Repo name | Name of the repo to upload | Currently only support *model*. It will create a new repo if the repo doesn't exist |
| Write token | Hugging Face access token | Must be **write** access |
| Override | To override your existing file | It will delete your current (same name) file on the repo then upload |
| File name | Name to be saved on the repo | Sometimes the filename can be confusing from some links |