How to create such hf spaces?
#3
by
ucalyptus
- opened
Great! :) You can do the following:
- Run
npm run build
. A bunch of files should be created in thedist
folder. - Go to https://huggingface.co/new-space?sdk=static to create a new static space.
- Navigate to "Files" (top right, next to "App")
- Click "Add file" -> "Upload files"
- Drag and drop all files from dist here. So, at the root folder, you should have files like index.html and a folder called assets.
- Click "Commit changes to main"
- Navigate to the "App" tab and it should work!
Let me know if that works :)
ucalyptus
changed discussion status to
closed