Skip to content

Commit

Permalink
Add Otter-AI demo and checkpoints to README.md,
Browse files Browse the repository at this point in the history
remove unnecessary import in otterhd_endpoint.py
  • Loading branch information
Luodian committed Nov 7, 2023
1 parent 76aecc8 commit 3988872
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@
[![Hits](https://hits.seeyoufarm.com/api/count/incr/badge.svg?url=https%3A%2F%2Fgithub.com%2FLuodian%2Fotter&count_bg=%23FFA500&title_bg=%23555555&icon=&icon_color=%23E7E7E7&title=visitors&edge_flat=false)](https://hits.seeyoufarm.com)
[![litellm](https://img.shields.io/badge/%20%F0%9F%9A%85%20liteLLM-OpenAI%7CAzure%7CAnthropic%7CPalm%7CCohere-blue?color=green)](https://github.com/BerriAI/litellm)

[Otter Paper](https://arxiv.org/abs/2305.03726) | [OtterHD Paper]() | [MIMIC-IT Paper](https://arxiv.org/abs/2306.05425)
[Otter Paper](https://arxiv.org/abs/2305.03726) | [OtterHD Paper]() | [MIMIC-IT Paper](https://arxiv.org/abs/2306.05425) | [Demo & Checkpoints@Otter-AI's HF Space](https://huggingface.co/Otter-AI)

**Corresponding Checkpoints:**

Expand Down
2 changes: 0 additions & 2 deletions pipeline/serve/deploy/otterhd_endpoint.py
Original file line number Diff line number Diff line change
Expand Up @@ -92,8 +92,6 @@ def process_image_and_prompt():


import time


# Other necessary functions (adapted from your Gradio demo)
def predict(image, prompt):
time_start = time.time()
Expand Down

0 comments on commit 3988872

Please sign in to comment.