Skip to content

Commit

Permalink
add back gif
Browse files Browse the repository at this point in the history
  • Loading branch information
cfahlgren1 committed Oct 2, 2024
1 parent 66ff1f5 commit d6b11d5
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 5 deletions.
6 changes: 1 addition & 5 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,9 +13,6 @@ jobs:
steps:
- name: Checkout repository
uses: actions/checkout@v3
with:
fetch-depth: 0
lfs: true

- name: Set up Node.js
uses: actions/setup-node@v3
Expand All @@ -32,8 +29,7 @@ jobs:
env:
HF_TOKEN: ${{ secrets.HF_TOKEN }}
run: |
cp -r dist/* .
rm -rf .git
cd dist
git init
git config user.email "github-actions[bot]@users.noreply.github.com"
git config user.name "github-actions[bot]"
Expand Down
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,8 @@ license: apache-2.0

</div>

![WebLLM Gif](./webllm.gif)

## Chat Stats

![Chat Stats](./chat-stats.png)
Expand Down

0 comments on commit d6b11d5

Please sign in to comment.