Spaces:
Configuration error
Configuration error
Update .huggingface.yml
Browse files- .huggingface.yml +4 -3
.huggingface.yml
CHANGED
|
@@ -1,3 +1,4 @@
|
|
| 1 |
-
|
| 2 |
-
|
| 3 |
-
|
|
|
|
|
|
| 1 |
+
sdk: static
|
| 2 |
+
app_file: .
|
| 3 |
+
build: npm install && npm run build
|
| 4 |
+
entrypoint: ./dist
|