Update README.md
Browse files
README.md
CHANGED
@@ -8,15 +8,11 @@ sdk_version: 1.33.0
|
|
8 |
app_file: app.py
|
9 |
pinned: false
|
10 |
license: mit
|
|
|
|
|
11 |
---
|
12 |
|
13 |
-
Check out the configuration reference at https://huggingface.co/
|
14 |
-
|
15 |
-
# AI-web-app-with-OpenAI-CLIP-model
|
16 |
-
|
17 |
-
![image](https://huggingface.co/harshinde/AI-web-app-with-OpenAI-CLIP-model/blob/main/CLIP.png)
|
18 |
-
|
19 |
-
|
20 |
-
pip install -r requirements.txt
|
21 |
|
22 |
|
|
|
|
8 |
app_file: app.py
|
9 |
pinned: false
|
10 |
license: mit
|
11 |
+
language:
|
12 |
+
- en
|
13 |
---
|
14 |
|
15 |
+
Check out the configuration reference at https://huggingface.co/spaces/harshinde/AI-web-app-with-OpenAI-CLIP-model
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
16 |
|
17 |
|
18 |
+
pip install -r requirements.txt
|