Skip to content
This repository has been archived by the owner on Sep 26, 2023. It is now read-only.

Commit

Permalink
Add sync space config
Browse files Browse the repository at this point in the history
  • Loading branch information
ramon-victor committed Jul 15, 2023
1 parent ac819d2 commit a21154b
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/sync-to-huggingface.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
env:
HF_TOKEN: ${{ secrets.HF_TOKEN }}
run: |
echo "---" > README.md
echo "$(cat space_config.yml)" >> README.md
echo "---" >> README.md
cp space_config.md README.md
git add README.md
git commit -m "Update README.md with space_config.md content"
git push https://monra:[email protected]/spaces/monra/freegpt-webui main
10 changes: 10 additions & 0 deletions space_config.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
---
title: FreeGPT WebUI
emoji: 🚀
colorFrom: blue
colorTo: yellow
sdk: docker
sdk_version: 1.24.0
app_file: run.py
pinned: true
---

0 comments on commit a21154b

Please sign in to comment.