Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
Xiao9905 authored Apr 13, 2023
1 parent 2ed1329 commit 08a02a8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ It outperforms existing text-image scoring methods, such as CLIP (by 38.6%), Aes
import ImageReward as RM
model = RM.load("ImageReward-v1.0")

rewards = model.score("<prompt>", ["<img1_path>", "<img2_path", ...])
rewards = model.score("<prompt>", ["<img1_path>", "<img2_path>", ...])
```

<p align="center">
Expand Down

0 comments on commit 08a02a8

Please sign in to comment.