Skip to content

Commit

Permalink
update gradio
Browse files Browse the repository at this point in the history
  • Loading branch information
knowsuchagency committed Nov 15, 2024
1 parent 8e07bf8 commit bad2df2
Show file tree
Hide file tree
Showing 3 changed files with 64 additions and 10 deletions.
4 changes: 2 additions & 2 deletions docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ services:
SENTRY_DSN: ${SENTRY_DSN}
PROMPTIC_DEBUG: ${PROMPTIC_DEBUG}
volumes:
- gradio_cache:/app/.gradio/gradio_cached_examples
- gradio:/app/.gradio

volumes:
gradio_cache:
gradio:
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ readme = "README.md"
requires-python = ">=3.12"
dependencies = [
"google-generativeai>=0.8.3",
"gradio>=5.1.0",
"gradio>=5.5.0",
"loguru>=0.7.2",
"promptic>=0.7.7",
"pydantic>=2.9.2",
Expand Down
68 changes: 61 additions & 7 deletions uv.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit bad2df2

Please sign in to comment.