Skip to content

Commit 378d825

Browse files
committed
Update Readme.md
1 parent 6901186 commit 378d825

File tree

1 file changed

+1
-11
lines changed

1 file changed

+1
-11
lines changed

README.md

Lines changed: 1 addition & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -7,16 +7,6 @@
77
</div>
88
<br>
99

10-
<style>
11-
table:nth-of-type(1) {
12-
display:table;
13-
width:100%;
14-
}
15-
table:nth-of-type(1) th:nth-of-type(2) {
16-
width:20%;
17-
}
18-
</style>
19-
2010
## 📖 Introduction 📖
2111
[CLIP](https://openai.com/research/clip), or Contrastive Language-Image Pretraining, is a cutting-edge AI model that comprehends and connects text and images, revolutionizing how we interpret online data.
2212

@@ -194,7 +184,7 @@ Arguments:
194184
* `--model_name` : Name of the CLIP model. Use `list_models` to see the list of available model. Default: `openai/clip-vit-large-patch14`
195185

196186
#### `build`
197-
Build a Bento with the model of your choice
187+
Builds a Bento with the model of your choice
198188

199189
Arguments:
200190
* `--model_name` : Name of the CLIP model. Use `list_models` to see the list of available model. Default: `openai/clip-vit-large-patch14`

0 commit comments

Comments
 (0)