Spaces:
Runtime error
Runtime error
Thiago Hersan
commited on
Commit
•
6097738
1
Parent(s):
cd9e48b
req 2
Browse files- README.md +2 -2
- requirements.txt +1 -1
README.md
CHANGED
@@ -6,8 +6,8 @@ colorTo: indigo
|
|
6 |
sdk: gradio
|
7 |
sdk_version: 3.16.1
|
8 |
app_file: app.py
|
|
|
|
|
9 |
pinned: false
|
10 |
license: cc-by-nc-sa-4.0
|
11 |
---
|
12 |
-
|
13 |
-
Check out the configuration reference at https://huggingface.co/docs/hub/spaces-config-reference
|
|
|
6 |
sdk: gradio
|
7 |
sdk_version: 3.16.1
|
8 |
app_file: app.py
|
9 |
+
models:
|
10 |
+
- "facebook/maskformer-swin-large-coco"
|
11 |
pinned: false
|
12 |
license: cc-by-nc-sa-4.0
|
13 |
---
|
|
|
|
requirements.txt
CHANGED
@@ -1,2 +1,2 @@
|
|
1 |
transformers
|
2 |
-
torch
|
|
|
1 |
transformers
|
2 |
+
torch
|