Hugging Face
Models
Datasets
Spaces
Buckets
new
Docs
Enterprise
Pricing
Website
Tasks
HuggingChat
Collections
Languages
Organizations
Community
Blog
Posts
Daily Papers
Learn
Discord
Forum
GitHub
Solutions
Team & Enterprise
Hugging Face PRO
Enterprise Support
Inference Providers
Inference Endpoints
Storage Buckets
Log In
Sign Up
Spaces:
tom-doerr
/
logo_generator
like
3
Runtime error
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
boris
commited on
Nov 30, 2021
Commit
6f19a1f
·
1 Parent(s):
d209547
feat: add Makefile
Browse files
Files changed (1)
hide
show
Makefile
+5
-0
Makefile
ADDED
Viewed
@@ -0,0 +1,5 @@
1
+
.PHONY: style
2
+
3
+
style:
4
+
black .
5
+
isort .