Avinashnalla7's picture
fix: worker deps + HF config
a2c8732
raw
history blame contribute delete
78 Bytes
from backend.worker.worker import main
if __name__ == "__main__":
main()