Chengkai Yang
commited on
Commit
·
23a016c
1
Parent(s):
d81df50
Update main.yml
Browse files
.github/workflows/main.yml
CHANGED
@@ -14,6 +14,6 @@ jobs:
|
|
14 |
- name: Install dependencies
|
15 |
run: pip install -r requirements.txt
|
16 |
|
17 |
-
- name: Run test.py
|
18 |
run:
|
19 |
python test.py --content_image images/content/cat.jpg --style_image images/art/asheville.jpg
|
|
|
14 |
- name: Install dependencies
|
15 |
run: pip install -r requirements.txt
|
16 |
|
17 |
+
- name: Run test.py
|
18 |
run:
|
19 |
python test.py --content_image images/content/cat.jpg --style_image images/art/asheville.jpg
|