Matthew Franglen commited on
Commit
583c32a
·
1 Parent(s): 8cac9cc

Update makefile

Browse files
Files changed (1) hide show
  1. Makefile +1 -1
Makefile CHANGED
@@ -9,7 +9,7 @@
9
  #################################################################################
10
 
11
  ## Run gradio app
12
- run: .make/requirements
13
  uv run python -m src.main
14
 
15
  #################################################################################
 
9
  #################################################################################
10
 
11
  ## Run gradio app
12
+ run: FORCE
13
  uv run python -m src.main
14
 
15
  #################################################################################