Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Samples #40

Open
wants to merge 8 commits into
base: inference
Choose a base branch
from
Prev Previous commit
Next Next commit
No need to pin gradio version
Signed-off-by: Alastair D'Silva <[email protected]>
  • Loading branch information
deece committed May 26, 2024
commit 6cb82679ef74379f5305a0b9620bca0d5ca860d3
4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ train = [
"llava[standalone]",
"open_clip_torch",
"fastapi",
"gradio==3.35.2",
"gradio>=3.35.2",
"markdown2[all]",
"numpy",
"requests",
Expand All @@ -47,7 +47,7 @@ train = [
"sentencepiece~=0.1.99",
"einops==0.6.1",
"einops-exts==0.0.4",
"gradio_client==0.2.9",
"gradio_client",
"pydantic==1.10.8",
"timm",
"hf_transfer",
Expand Down