Spaces:
Runtime error
Runtime error
Commit
•
99a2575
1
Parent(s):
51a9bb2
Create bentoml.yaml
Browse files- bentoml.yaml +11 -0
bentoml.yaml
ADDED
@@ -0,0 +1,11 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
service: "service.py:svc"
|
2 |
+
labels:
|
3 |
+
owner: bentoml-team
|
4 |
+
project: gallery
|
5 |
+
include:
|
6 |
+
- "*.py"
|
7 |
+
python:
|
8 |
+
packages:
|
9 |
+
- transformers
|
10 |
+
- torch
|
11 |
+
- Pillow
|