Spaces:
Paused
Paused
Update README.md
Browse files
README.md
CHANGED
|
@@ -6,6 +6,14 @@ colorTo: green
|
|
| 6 |
sdk: docker
|
| 7 |
pinned: false
|
| 8 |
license: mit
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 9 |
---
|
| 10 |
|
| 11 |
Check out the configuration reference at https://huggingface.co/docs/hub/spaces-config-reference
|
|
|
|
| 6 |
sdk: docker
|
| 7 |
pinned: false
|
| 8 |
license: mit
|
| 9 |
+
python_version: 3.10
|
| 10 |
+
app_port : 7860
|
| 11 |
+
models :
|
| 12 |
+
- "facebook/seamless-m4t-v2-large"
|
| 13 |
+
preload_from_hub:
|
| 14 |
+
- "facebook/seamless-m4t-v2-large"
|
| 15 |
+
|
| 16 |
+
|
| 17 |
---
|
| 18 |
|
| 19 |
Check out the configuration reference at https://huggingface.co/docs/hub/spaces-config-reference
|