Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions requirements-lock.txt
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,6 @@ python-dotenv==1.1.0 \
--hash=sha256:d7c01d9e2293916c18baf562d95698754b0dbbb5e74d457c45d4f6561fb9d55d \
--hash=sha256:41f90bc6f5f177fb41f53e87666db362025010eb28f60a01c9143bfa33a2b2d5

gradio==6.7.0 \
--hash=sha256:940076fac276454926e663059b6d43fd2d9eeea4a56bf4231d0215d6a851882c \
--hash=sha256:a0a7e911571f00163a35a0d9b6811a444f7bf4c95cfd294eb506a3c054e9fa66
gradio==6.22.0 \
--hash=sha256:81c58b4ff3e6bd2c01c51767a9f5288126bcadbeda9512c8158fb7f7dcac0f63 \
--hash=sha256:9bed11d8f410d5e47529060c3c09da0bc83caa960eb7458cc8fbac7d45e5c2a6
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ Pillow==12.2.0
python-dotenv==1.1.0

# Web UI
gradio==6.7.0
gradio==6.22.0

# Optional: For local model fallback (not required for API mode)
# torch>=2.0.0
Expand Down
Loading