Lorenzob's picture
Upload folder using huggingface_hub
19605ab verified
raw
history blame
65 Bytes
#!/usr/bin/env python
i = 0;
while True:
i += 1
print(i)