CoolFace
Apppublic

DashLB/script

sourceHugging Faceapache-2.0updated 3y agoView on Hugging Face
0likes
Dockerfile3 linesDownload Raw Back to root
1FROM huggingface/autotrain-advanced:latest2CMD uvicorn autotrain.app:app --host 0.0.0.0 --port 7860 --reload --workers 43