Commit
·
8d88cf6
1
Parent(s):
37178f4
Update main.yml
Browse filesupgrade protobuf explicitly
.github/workflows/main.yml
CHANGED
@@ -19,7 +19,9 @@ jobs:
|
|
19 |
python test.py --content_image images/content/cat.jpg --style_image images/art/asheville.jpg
|
20 |
|
21 |
- name: Install streamlit dependencies
|
22 |
-
run:
|
|
|
|
|
23 |
|
24 |
- name: Run streamlit app
|
25 |
run: |
|
|
|
19 |
python test.py --content_image images/content/cat.jpg --style_image images/art/asheville.jpg
|
20 |
|
21 |
- name: Install streamlit dependencies
|
22 |
+
run: |
|
23 |
+
pip install -r streamlit_app/requirements.txt
|
24 |
+
pip install --upgrade protobuf
|
25 |
|
26 |
- name: Run streamlit app
|
27 |
run: |
|