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:
alexandrainst
/
radial-plot-generator
like
7
Running
App
Files
Files
Community
1
Fetching metadata from the HF Docker repository...
saattrupdan
commited on
Apr 4
Commit
f2e50bb
·
1 Parent(s):
a013ca7
chore: Add makefile
Browse files
Files changed (1)
hide
show
makefile
+3
-0
makefile
ADDED
Viewed
@@ -0,0 +1,3 @@
1
+
requirements:
2
+
@uv export --no-hashes > requirements.txt
3
+
@echo "Exported requirements to requirements.txt"