Eric Botti
commited on
Commit
·
04a3947
1
Parent(s):
2e4cbd3
hidden markdown test
Browse files- .github/workflows/push-to-huggingface.yaml +1 -1
- README.md +2 -2
.github/workflows/push-to-huggingface.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1 |
name: Sync to Hugging Face hub
|
2 |
on:
|
3 |
push:
|
4 |
-
branches: [
|
5 |
|
6 |
# to run this workflow manually from the Actions tab
|
7 |
workflow_dispatch:
|
|
|
1 |
name: Sync to Hugging Face hub
|
2 |
on:
|
3 |
push:
|
4 |
+
branches: [main]
|
5 |
|
6 |
# to run this workflow manually from the Actions tab
|
7 |
workflow_dispatch:
|
README.md
CHANGED
@@ -1,4 +1,4 @@
|
|
1 |
-
|
2 |
title: Chameleon
|
3 |
emoji: 🦎
|
4 |
colorFrom: green
|
@@ -7,7 +7,7 @@ sdk: streamlit
|
|
7 |
sdk_version: 1.31.1
|
8 |
app_file: src/app.py
|
9 |
pinned: true
|
10 |
-
|
11 |
|
12 |
# Chameleon
|
13 |
|
|
|
1 |
+
<!--
|
2 |
title: Chameleon
|
3 |
emoji: 🦎
|
4 |
colorFrom: green
|
|
|
7 |
sdk_version: 1.31.1
|
8 |
app_file: src/app.py
|
9 |
pinned: true
|
10 |
+
-->
|
11 |
|
12 |
# Chameleon
|
13 |
|