samuelrince commited on
Commit
4d074f8
1 Parent(s): f51ddc9

feat: add makefile

Browse files
Files changed (1) hide show
  1. Makefile +6 -0
Makefile ADDED
@@ -0,0 +1,6 @@
 
 
 
 
 
 
 
1
+
2
+ install:
3
+ pip install -r requirements.txt
4
+
5
+ start:
6
+ gradio app.py