Hugging Face
Models
Datasets
Spaces
Community
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
darthPanda
/
chatpdf
like
3
Sleeping
App
Files
Files
Community
1
Fetching metadata from the HF Docker repository...
a0504e0
chatpdf
/
Makefile
darthPanda
Commit message
a0504e0
over 2 years ago
raw
Copy download link
history
blame
96 Bytes
.PHONY:
commit
push
commit:
git
add
.
git commit -m
"Commit message"
push:
commit
git
push