Hugging Face
Models
Datasets
Spaces
Community
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
Duplicated from
agents-course/First_agent_template
inank
/
First_agent_template
like
0
Paused
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
inank
commited on
1 day ago
Commit
f9614ee
·
verified
·
1 Parent(s):
abeb14d
feat: add Makefile
Browse files
Added a simple Makefile for easy local run
Files changed (1)
hide
show
Makefile
+5
-0
Makefile
ADDED
Viewed
@@ -0,0 +1,5 @@
1
+
install-requirements:
2
+
pip install -r requirements.txt
3
+
4
+
run: install-requirements
5
+
source .env && python app.py