Initialisation du repository de Beta
This commit is contained in:
commit
14985f6dbb
9469 changed files with 1903273 additions and 0 deletions
7
venv/bin/hf
Executable file
7
venv/bin/hf
Executable file
|
|
@ -0,0 +1,7 @@
|
|||
#!/home/gameurpro12/Documents/Mes_projets/Discord_bot/Beta/venv/bin/python3
|
||||
import sys
|
||||
from huggingface_hub.cli.hf import main
|
||||
if __name__ == '__main__':
|
||||
if sys.argv[0].endswith('.exe'):
|
||||
sys.argv[0] = sys.argv[0][:-4]
|
||||
sys.exit(main())
|
||||
Loading…
Add table
Add a link
Reference in a new issue