Spaces:
Sleeping
Sleeping
A newer version of the Gradio SDK is available:
5.21.0
GENERAZIONE DI REQUIREMENTS.TXT pipreqs --force
PUBBLICAZIONE SU HUGGING FACE
- Create a new Space SDK GRADIO BLANK
- Create WRITE TOKEN
- git clone https://huggingface.co/spaces/StefanoDUrso/forfe (clonazione su un percorso locale nuovo)
- git remote add github https://github.com/paisleypark3121/forfe.git (il nuovo repository risulterà collegato a quello su GitHub)
- git pull github main --allow-unrelated-histories
- git add .
- git commit -m "merge"
- git push origin main
SYNC operation: nel percorso locale collegato ad Hugging Face eseguo le seguenti operazioni
- git pull github main
- git push origin main