Fix task tag (#6)
Browse files- Fix task tag (bd9ee7bba1c602b64331fa9a58a5b88b20976e44)
Co-authored-by: Merve Noyan <[email protected]>
README.md
CHANGED
@@ -1,5 +1,6 @@
|
|
1 |
---
|
2 |
library_name: transformers
|
|
|
3 |
---
|
4 |
<div align="center">
|
5 |
|
@@ -192,4 +193,4 @@ response = processor.tokenizer.batch_decode(generated_ids, skip_special_tokens=T
|
|
192 |
## 5. Chatbot & API
|
193 |
For general use and evaluation, we provide a [Chatbot](https://www.hailuo.ai/) with online search capabilities and the [online API](https://intl.minimaxi.com) for developers.
|
194 |
|
195 |
-
Contact us at [[email protected]](mailto:[email protected]).
|
|
|
1 |
---
|
2 |
library_name: transformers
|
3 |
+
pipeline_tag: image-text-to-text
|
4 |
---
|
5 |
<div align="center">
|
6 |
|
|
|
193 |
## 5. Chatbot & API
|
194 |
For general use and evaluation, we provide a [Chatbot](https://www.hailuo.ai/) with online search capabilities and the [online API](https://intl.minimaxi.com) for developers.
|
195 |
|
196 |
+
Contact us at [[email protected]](mailto:[email protected]).
|