Fix pipeline tag (#28)
Browse files- Fix pipeline tag (cc041643dbae91297ebcbe3d7b69a1aaec2129f4)
Co-authored-by: Merve Noyan <[email protected]>
README.md
CHANGED
@@ -118,6 +118,7 @@ language:
|
|
118 |
inference: false
|
119 |
base_model:
|
120 |
- jinaai/xlm-roberta-flash-implementation
|
|
|
121 |
---
|
122 |
|
123 |
<br><br>
|
|
|
118 |
inference: false
|
119 |
base_model:
|
120 |
- jinaai/xlm-roberta-flash-implementation
|
121 |
+
pipeline_tag: zero-shot-image-classification
|
122 |
---
|
123 |
|
124 |
<br><br>
|