Update README.md
Browse files
README.md
CHANGED
@@ -1,3 +1,10 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
# Multi-Task AI: Summarization & Image Retrieval
|
2 |
|
3 |
## Features
|
@@ -20,4 +27,4 @@
|
|
20 |
- Translation: `Helsinki-NLP/opus-mt-ar-en`
|
21 |
- Image Retrieval: `openai/clip-vit-base-patch32`
|
22 |
|
23 |
-
Check out the configuration reference at https://huggingface.co/docs/hub/spaces-config-reference
|
|
|
1 |
+
---
|
2 |
+
license: apache-2.0
|
3 |
+
sdk: gradio
|
4 |
+
emoji: 📚
|
5 |
+
colorFrom: yellow
|
6 |
+
colorTo: green
|
7 |
+
---
|
8 |
# Multi-Task AI: Summarization & Image Retrieval
|
9 |
|
10 |
## Features
|
|
|
27 |
- Translation: `Helsinki-NLP/opus-mt-ar-en`
|
28 |
- Image Retrieval: `openai/clip-vit-base-patch32`
|
29 |
|
30 |
+
Check out the configuration reference at https://huggingface.co/docs/hub/spaces-config-reference
|