Ullaas commited on
Commit
60f5ff3
·
verified ·
1 Parent(s): 31c7a6c

Update huggingface.yaml

Browse files
Files changed (1) hide show
  1. 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 run build
10
- output_directory: frontend/build
 
6
 
7
  build:
8
  commands:
9
+ - cd frontend && npm install && npm start