Spaces:
Runtime error
Runtime error
brunorosilva
commited on
Commit
•
3343b23
1
Parent(s):
1b2e7d2
chore: add makefile
Browse files
Makefile
ADDED
@@ -0,0 +1,10 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
lint:
|
2 |
+
isort makeitsports_bot
|
3 |
+
black makeitsports_bot
|
4 |
+
flake8 makeitsports_bot
|
5 |
+
viz:
|
6 |
+
poetry run python3 main.py interface
|
7 |
+
train:
|
8 |
+
poetry run python3 main.py train
|
9 |
+
wikiart:
|
10 |
+
poetry run python3 main.py gallery
|