andrewsiah's picture
Upload folder using huggingface_hub
45a9357 verified
raw
history blame
108 Bytes
def main():
print("Hello from turing-test-prompt-competition!")
if __name__ == "__main__":
main()