jayvatliq's picture
Upload folder using huggingface_hub
47b056e verified
Raw
History Blame Contribute Delete
168 Bytes
server {
listen 7860;
server_name _;
root /usr/share/nginx/html;
index index.html;
location / {
try_files $uri $uri/ /index.html;
}
}