Spaces:
Running
To use this locally or openly
Can this be used in our websites, or does this require any kind of permissions or secret keys?
Copy/Paste this into a CMD terminal:
docker run -it -p 5173:5173 -e GRADIO_SERVER_PORT=5173 -e GRADIO_ALLOW_FLAGGING="never" -e SPACE_ID="new" -e HF_TOKEN="This is your Huggingface Key" -e APP_PORT="5173" -e REDIRECT_URI="https://enzostvs-deepsite.hf.space/auth/login" --platform=linux/amd64 --gpus all registry.hf.space/enzostvs-deepsite:latest
Your Welcome!
Copy/Paste this into a CMD terminal:
docker run -it -p 5173:5173 -e GRADIO_SERVER_PORT=5173 -e GRADIO_ALLOW_FLAGGING="never" -e SPACE_ID="new" -e HF_TOKEN="This is your Huggingface Key" -e APP_PORT="5173" -e REDIRECT_URI="https://enzostvs-deepsite.hf.space/auth/login" --platform=linux/amd64 --gpus all registry.hf.space/enzostvs-deepsite:latest
Your Welcome!
and if i wanted to completely host it locally without having to rely on "enzostvs" websites?, like the REDIRECT_URI and "PORT" you need to add to the deployment
and if i wanted to completely host it locally without having to rely on "enzostvs" websites?, like the REDIRECT_URI and "PORT" you need to add to the deployment
Refer to this post:
https://huggingface.co/spaces/enzostvs/deepsite/discussions/7
Be advised that smaller models ran locally usually under-perform - in that the code is very minimal for the most part - unless you are loading Large-Models ~~70-400GB - then its pretty viable to host somewhere online on a cloud server with better performance
Otherwise, try it out and see if that works?
GL-HC ๐