mikav / scripts /push_to_hub.py
mikav-dev's picture
Initial Mikav project scaffold
0912b10 verified
Raw
History Blame Contribute Delete
163 Bytes
"""Push Mikav artifacts to Hugging Face Hub."""
def main() -> None:
print("Add Hugging Face Hub upload logic here.")
if __name__ == "__main__":
main()