Skip to content

Commit

Permalink
Refactor: project module
Browse files Browse the repository at this point in the history
  • Loading branch information
geminixiang committed Sep 3, 2023
1 parent faf5fe0 commit 2088e53
Show file tree
Hide file tree
Showing 14 changed files with 9 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -3,5 +3,7 @@
*.pyc
requirements.txt

**/__pycache__/
.vscode/
**/__pycache__
.ruff_cache/
.pytest_cache/
Empty file removed __init__.py
Empty file.
Empty file removed huggingface/__init__.py
Empty file.
File renamed without changes.
3 changes: 3 additions & 0 deletions src/config/__init__.py
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
from .config import settings

settings = settings
File renamed without changes.
3 changes: 3 additions & 0 deletions src/huggingface/__init__.py
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
from .utils.storages import tmp_file # noqa: F401
from .blip_image_captioning_large import blip_image_captioning_large # noqa: F401
from .yolos_tiny import yolos_tiny # noqa: F401
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

0 comments on commit 2088e53

Please sign in to comment.