-
Notifications
You must be signed in to change notification settings - Fork 4
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Error handling when account access has been revoked in one session bu…
…t another session tries to make requests. Fixed Event loop runtime error on server shutdown. Updated reject button onclick confirmation pop-up.
- Loading branch information
1 parent
b2950f1
commit 0c17416
Showing
6 changed files
with
64 additions
and
53 deletions.
There are no files selected for viewing
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,40 +1,45 @@ | ||
cachetools==5.2.0 | ||
certifi==2022.5.18.1 | ||
charset-normalizer==2.0.12 | ||
colorama==0.4.4 | ||
filelock==3.7.1 | ||
google-api-core==2.8.1 | ||
google-api-python-client==2.49.0 | ||
google-auth==2.6.6 | ||
google-auth-httplib2==0.1.0 | ||
google-auth-oauthlib==0.5.1 | ||
googleapis-common-protos==1.56.2 | ||
httplib2==0.20.4 | ||
huggingface-hub==0.7.0 | ||
anyio==3.6.1 | ||
certifi==2022.6.15 | ||
charset-normalizer==2.1.1 | ||
click==8.1.3 | ||
colorama==0.4.5 | ||
cycler==0.11.0 | ||
fastapi==0.81.0 | ||
filelock==3.8.0 | ||
fonttools==4.37.1 | ||
h11==0.12.0 | ||
httpcore==0.15.0 | ||
httpx==0.23.0 | ||
huggingface-hub==0.9.1 | ||
idna==3.3 | ||
numpy==1.22.4 | ||
oauthlib==3.2.0 | ||
itsdangerous==2.1.2 | ||
Jinja2==3.1.2 | ||
kiwisolver==1.4.4 | ||
MarkupSafe==2.1.1 | ||
matplotlib==3.5.3 | ||
numpy==1.23.2 | ||
packaging==21.3 | ||
pandas==1.4.2 | ||
Pillow==9.1.1 | ||
protobuf==3.20.1 | ||
pyasn1==0.4.8 | ||
pyasn1-modules==0.2.8 | ||
pandas==1.4.4 | ||
Pillow==9.2.0 | ||
pydantic==1.10.1 | ||
pyparsing==3.0.9 | ||
python-dateutil==2.8.2 | ||
pytz==2022.1 | ||
python-dotenv==0.20.0 | ||
pytz==2022.2.1 | ||
PyYAML==6.0 | ||
regex==2022.6.2 | ||
requests==2.27.1 | ||
requests-oauthlib==1.3.1 | ||
rsa==4.8 | ||
regex==2022.8.17 | ||
requests==2.28.1 | ||
rfc3986==1.5.0 | ||
six==1.16.0 | ||
sniffio==1.2.0 | ||
starlette==0.19.1 | ||
tokenizers==0.12.1 | ||
torch==1.11.0+cu113 | ||
torchaudio==0.11.0+cu113 | ||
torchvision==0.12.0+cu113 | ||
torch==1.12.1+cu113 | ||
torchaudio==0.12.1+cu113 | ||
torchvision==0.13.1+cu113 | ||
tqdm==4.64.0 | ||
transformers==4.19.2 | ||
typing-extensions==4.2.0 | ||
uritemplate==4.1.1 | ||
urllib3==1.26.9 | ||
transformers==4.21.2 | ||
typing-extensions==4.3.0 | ||
urllib3==1.26.12 | ||
uvicorn==0.18.3 | ||
wordcloud==1.8.2.2 |