Spaces:
Running
Running
Andrea Maldonado
commited on
Commit
Β·
5ca422a
1
Parent(s):
1bff748
Deploys to igedi
Browse files- .github/workflows/huggingface.yml +1 -1
- README.md +1 -1
.github/workflows/huggingface.yml
CHANGED
@@ -25,4 +25,4 @@ jobs:
|
|
25 |
- name: Push to hub
|
26 |
env:
|
27 |
HF_TOKEN: ${{ secrets.HF_TOKEN }}
|
28 |
-
run: git push --force https://andreamalhera:[email protected]/spaces/andreamalhera/
|
|
|
25 |
- name: Push to hub
|
26 |
env:
|
27 |
HF_TOKEN: ${{ secrets.HF_TOKEN }}
|
28 |
+
run: git push --force https://andreamalhera:[email protected]/spaces/andreamalhera/igedi $CURRENT_BRANCH:main
|
README.md
CHANGED
@@ -2,7 +2,7 @@
|
|
2 |
title: iGedi
|
3 |
emoji: π
|
4 |
colorFrom: indigo
|
5 |
-
colorTo:
|
6 |
sdk: streamlit
|
7 |
sdk_version: 1.38.0
|
8 |
app_file: utils/config_fabric.py
|
|
|
2 |
title: iGedi
|
3 |
emoji: π
|
4 |
colorFrom: indigo
|
5 |
+
colorTo: pink
|
6 |
sdk: streamlit
|
7 |
sdk_version: 1.38.0
|
8 |
app_file: utils/config_fabric.py
|