Time_RCD / README.md
Oliver Le
update the plot resolution
51ed775

A newer version of the Gradio SDK is available: 6.1.0

Upgrade
metadata
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.
    ssh -T git@hf.co
    
  2. Load your SSH keys.
    ssh-add ~/.ssh/id_ed25519
    
  3. Re-verify authentication and username.
    ssh -T git@hf.co
    
  4. Update the remote URL if needed.
    git remote set-url origin git@hf.co:spaces/thu-sail-lab/Time_RCD
    
  5. Stage, commit, and push your changes.
    git add .
    git commit -m "message"
    git push --set-upstream origin main