thivav commited on
Commit
43fec32
Β·
1 Parent(s): 7db004f

updated github action flow

Browse files
.github/workflows/sync_to_huggingface_hub.yml CHANGED
@@ -1,4 +1,4 @@
1
- name: Sync to Hugging Face hub
2
  on:
3
  push:
4
  branches: [main]
@@ -17,4 +17,4 @@ jobs:
17
  - name: Push to hub
18
  env:
19
  HF_TOKEN: ${{ secrets.HF_TOKEN }}
20
- run: git push --force https://thivav:$HF_TOKEN@huggingface.co/spaces/thivav/llama2-blogger-app main
 
1
+ name: Sync to HuggingFace hub
2
  on:
3
  push:
4
  branches: [main]
 
17
  - name: Push to hub
18
  env:
19
  HF_TOKEN: ${{ secrets.HF_TOKEN }}
20
+ run: git push --force https://thivav:$HF_TOKEN@huggingface.co/spaces/thivav/llama2-blogger main
README.md CHANGED
@@ -1,8 +1,8 @@
1
  ---
2
  title: Llama2 Blogger
3
  emoji: πŸ“
4
- colorFrom: blue
5
- colorTo: purple
6
  sdk: streamlit
7
  sdk_version: 1.29.0
8
  app_file: app.py
@@ -11,6 +11,6 @@ pinned: false
11
 
12
  # Blogger
13
 
14
- LLAMA2 - Article Generation
15
 
16
- [The TheBloke/Llama-2-7B-Chat-GGML llama2 model used](https://huggingface.co/TheBloke/Llama-2-7B-Chat-GGML)
 
1
  ---
2
  title: Llama2 Blogger
3
  emoji: πŸ“
4
+ colorFrom: yellow
5
+ colorTo: red
6
  sdk: streamlit
7
  sdk_version: 1.29.0
8
  app_file: app.py
 
11
 
12
  # Blogger
13
 
14
+ LLAMA2 - Article Generation
15
 
16
+ [The TheBloke/Llama-2-7B-Chat-GGML llama2 model used](https://huggingface.co/TheBloke/Llama-2-7B-Chat-GGML)