Hugging Face
Models
Datasets
Spaces
Buckets
new
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
Xenova
/
sponsorblock-ml
like
22
Running
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
a9123fa
sponsorblock-ml
/
Makefile
Joshua Lochner
Add run command to Makefile
78f9176
over 4 years ago
raw
Copy download link
history
blame
Safe
87 Bytes
PIP := pip3
install:
$(PIP)
install -r requirements.txt
run:
streamlit run app.py