No more Hugging Face token? #1443
-
How can the colab work with no token? And what is the benefit of having a Gradio log in ? |
Beta Was this translation helpful? Give feedback.
Answered by
TheLastBen
Jan 20, 2023
Replies: 1 comment
-
the v1.5 model doesn't require a token anymore, but if you're working with a private model that requires a token, you can create a file "token.txt" containing the hf token and put it in the folder "Fast-Dreambooth" in your gdrive and it will automatically use it. Having a gradio login protects your link from being used by malicious people. |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
Maxadox
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
the v1.5 model doesn't require a token anymore, but if you're working with a private model that requires a token, you can create a file "token.txt" containing the hf token and put it in the folder "Fast-Dreambooth" in your gdrive and it will automatically use it.
Having a gradio login protects your link from being used by malicious people.