Spaces:
Runtime error
Runtime error
soutrik
commited on
Commit
Β·
0bba6cb
1
Parent(s):
48e5880
name change
Browse files
.github/workflows/hf_deploy.yaml
CHANGED
@@ -20,20 +20,20 @@ jobs:
|
|
20 |
sudo apt-get install git-lfs
|
21 |
git lfs install
|
22 |
git lfs pull
|
23 |
-
|
24 |
- name: Add remote
|
25 |
run: |
|
26 |
git remote add space https://$USER:$HF_TOKEN@huggingface.co/spaces/$USER/$SPACE
|
27 |
env:
|
28 |
HF_TOKEN: ${{ secrets.HF_TOKEN }}
|
29 |
USER: soutrik
|
30 |
-
SPACE:
|
31 |
|
32 |
- name: Add README.md
|
33 |
run: |
|
34 |
cat <<EOF > README.md
|
35 |
---
|
36 |
-
title: My Gradio App
|
37 |
emoji: π
|
38 |
colorFrom: blue
|
39 |
colorTo: green
|
|
|
20 |
sudo apt-get install git-lfs
|
21 |
git lfs install
|
22 |
git lfs pull
|
23 |
+
|
24 |
- name: Add remote
|
25 |
run: |
|
26 |
git remote add space https://$USER:$HF_TOKEN@huggingface.co/spaces/$USER/$SPACE
|
27 |
env:
|
28 |
HF_TOKEN: ${{ secrets.HF_TOKEN }}
|
29 |
USER: soutrik
|
30 |
+
SPACE: gradio_demo_CatDogClassifier
|
31 |
|
32 |
- name: Add README.md
|
33 |
run: |
|
34 |
cat <<EOF > README.md
|
35 |
---
|
36 |
+
title: My Gradio App CatDog Classifier
|
37 |
emoji: π
|
38 |
colorFrom: blue
|
39 |
colorTo: green
|