Spaces:
Runtime error
Runtime error
Commit Β·
ad3f2e4
1
Parent(s): 3e626a9
add dep
Browse files
README.md
CHANGED
|
@@ -9,6 +9,9 @@ app_file: app.py
|
|
| 9 |
pinned: false
|
| 10 |
license: apache-2.0
|
| 11 |
short_description: Sign language Translation from English to sign Glosses
|
|
|
|
|
|
|
|
|
|
| 12 |
---
|
| 13 |
|
| 14 |
Check out the configuration reference at https://huggingface.co/docs/hub/spaces-config-reference
|
|
|
|
| 9 |
pinned: false
|
| 10 |
license: apache-2.0
|
| 11 |
short_description: Sign language Translation from English to sign Glosses
|
| 12 |
+
dependencies:
|
| 13 |
+
- torch
|
| 14 |
+
- transformers
|
| 15 |
---
|
| 16 |
|
| 17 |
Check out the configuration reference at https://huggingface.co/docs/hub/spaces-config-reference
|