Spaces:
Running
Running
File size: 338 Bytes
d6a42c3 ce7daaf |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 |
---
title: Teste 01
emoji: 🦀
colorFrom: green
colorTo: green
sdk: docker
pinned: false
---
Check out the configuration reference at https://huggingface.co/docs/hub/spaces-config-reference
Dica de deploy no ambiente correto:
git push <nome_do_remote> <branch_local>:<branch_do_remote>
git push prd tests:main
git push tests tests:main |