Spaces:
Running
Running
A newer version of the Gradio SDK is available:
6.1.0
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
- Check your Hugging Face connection.
ssh -T git@hf.co - Load your SSH keys.
ssh-add ~/.ssh/id_ed25519 - Re-verify authentication and username.
ssh -T git@hf.co - Update the remote URL if needed.
git remote set-url origin git@hf.co:spaces/thu-sail-lab/Time_RCD - Stage, commit, and push your changes.
git add . git commit -m "message" git push --set-upstream origin main