Spaces:
Sleeping
Sleeping
File size: 177 Bytes
2e658e7 | 1 2 3 4 5 6 7 | import subprocess
import sys
if __name__ == "__main__":
print("Starting HermesFace Sync Wrapper...")
subprocess.run([sys.executable, "scripts/sync_hf.py"], check=True)
|