zej97's picture
Upload folder using huggingface_hub
4d7183d
raw
history blame contribute delete
No virus
63 Bytes
def test():
yield 1
return 2
a, b = test()
print(a, b)