Time_RCD / README.md
Oliver Le
update the plot resolution
51ed775
---
title: Time RCD
emoji: ๐Ÿ 
colorFrom: purple
colorTo: blue
sdk: gradio
sdk_version: 5.49.1
app_file: app.py
pinned: false
license: mit
---
Check out the configuration reference at https://huggingface.co/docs/hub/spaces-config-reference
----
### Upload Debugging
1. Check your Hugging Face connection.
```bash
ssh -T git@hf.co
```
2. Load your SSH keys.
```bash
ssh-add ~/.ssh/id_ed25519
```
3. Re-verify authentication and username.
```bash
ssh -T git@hf.co
```
4. Update the remote URL if needed.
```bash
git remote set-url origin git@hf.co:spaces/thu-sail-lab/Time_RCD
```
5. Stage, commit, and push your changes.
```bash
git add .
git commit -m "message"
git push --set-upstream origin main
```