Spaces:
Running
Running
File size: 759 Bytes
d03866e 51ed775 |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 |
---
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 [email protected]
```
2. Load your SSH keys.
```bash
ssh-add ~/.ssh/id_ed25519
```
3. Re-verify authentication and username.
```bash
ssh -T [email protected]
```
4. Update the remote URL if needed.
```bash
git remote set-url origin [email protected]: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
```
|