add assets

This commit is contained in:
if 2023-03-16 13:24:27 +03:00
parent 6b195194ef
commit 925283855d
4 changed files with 1 additions and 8 deletions

View File

@ -64,11 +64,3 @@ repos:
- id: mypy - id: mypy
additional_dependencies: [ types-PyYAML==6.0.10, types_requests==2.28.8, types-ujson==5.5.0 ] additional_dependencies: [ types-PyYAML==6.0.10, types_requests==2.28.8, types-ujson==5.5.0 ]
args: [ --ignore-missing-imports, --warn-no-return, --warn-redundant-casts, --disallow-incomplete-defs ] args: [ --ignore-missing-imports, --warn-no-return, --warn-redundant-casts, --disallow-incomplete-defs ]
- repo: https://github.com/sourcery-ai/sourcery
rev: v1.0.1
hooks:
- id: sourcery
# The best way to use Sourcery in a pre-commit hook
# is to review only changed lines:
args: [ --diff=git diff HEAD ]

BIN
assets/ai.jpg Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 153 KiB

View File

@ -68,3 +68,4 @@ def main() -> None:
if __name__ == "__main__": if __name__ == "__main__":
main() main()
st.image("assets/ai.jpg")

0
src/utils/stt.py Normal file
View File