Matthew Franglen
commited on
Commit
·
583c32a
1
Parent(s):
8cac9cc
Update makefile
Browse files
Makefile
CHANGED
@@ -9,7 +9,7 @@
|
|
9 |
#################################################################################
|
10 |
|
11 |
## Run gradio app
|
12 |
-
run:
|
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 |
#################################################################################
|