Hugging Face
Models
Datasets
Spaces
Posts
Docs
Solutions
Pricing
Log In
Sign Up
Spaces:
genai-impact
/
ecologits-calculator
like
25
Running
App
Files
Files
Community
4
samuelrince
commited on
May 1
Commit
4d074f8
•
1 Parent(s):
f51ddc9
feat: add makefile
Browse files
Files changed (1)
hide
show
Makefile
+6
-0
Makefile
ADDED
Viewed
@@ -0,0 +1,6 @@
1
+
2
+
install:
3
+
pip install -r requirements.txt
4
+
5
+
start:
6
+
gradio app.py