Hugging Face
Models
Datasets
Spaces
Posts
Docs
Solutions
Pricing
Log In
Sign Up
Spaces:
hamel
/
hfspace_demo
like
6
Runtime error
App
Files
Files
Community
a6c0b10
hfspace_demo
/
update.sh
hamel
Add application files
f00a4fb
about 2 years ago
raw
Copy download link
history
blame
Safe
194 Bytes
#!/bin/bash
# this is only for hamel, you can ignore this.
jupyter nbconvert --to markdown app.ipynb
cat
yaml.md app.md > README.md
git add -A; git commit -m
"Add application files"
; git push