I have read the License ang agree with its terms
のライセンス同意にチェックを入れてから、 Access repository
をクリックpip install -r requirements.txt
huggingface-cli login
下記のエラーが表示されたら、指示通り git config --global credential.helper store
を実行し、再度ログインを実行
Authenticated through git-credential store but this isn't the helper defined on your machine. You might have to re-authenticate when pushing to the Hugging Face Hub. Run the following command in your terminal in case you want to set this credential helper as the default
git config --global credential.helper store
無事ログインが成功すると、 ~/.huggingface/token
にトークン情報が保存された旨の完了メッセージが表示される
python demo.py