Commit
•
f679197
1
Parent(s):
77a5697
Add linked models (#5)
Browse files- Add linked models (d961dfb4c9018a588061629070d0493449052d0b)
Co-authored-by: Omar Sanseviero <osanseviero@users.noreply.huggingface.co>
README.md
CHANGED
@@ -8,6 +8,9 @@ sdk_version: 3.17.0
|
|
8 |
app_file: app.py
|
9 |
pinned: false
|
10 |
license: bsd-3-clause
|
|
|
|
|
|
|
11 |
---
|
12 |
|
13 |
Check out the configuration reference at https://huggingface.co/docs/hub/spaces-config-reference
|
|
|
8 |
app_file: app.py
|
9 |
pinned: false
|
10 |
license: bsd-3-clause
|
11 |
+
models:
|
12 |
+
- Salesforce/blip2-opt-6.7b
|
13 |
+
- Salesforce/blip2-flan-t5-xxl
|
14 |
---
|
15 |
|
16 |
Check out the configuration reference at https://huggingface.co/docs/hub/spaces-config-reference
|