Spaces:
Configuration error
Configuration error
Update huggingface.yaml
Browse files- huggingface.yaml +1 -2
huggingface.yaml
CHANGED
@@ -6,5 +6,4 @@ app_file: backend/app.py # path to your Python entry point
|
|
6 |
|
7 |
build:
|
8 |
commands:
|
9 |
-
- cd frontend && npm install && npm
|
10 |
-
output_directory: frontend/build
|
|
|
6 |
|
7 |
build:
|
8 |
commands:
|
9 |
+
- cd frontend && npm install && npm start
|
|