Commit
·
bc36ca3
1
Parent(s):
5a8f8f9
huggingfacespacwとのデプロイ連携
Browse files
.github/workflows/sync-to-space.yml
ADDED
@@ -0,0 +1,20 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
name: Sync to Hugging Face hub
|
2 |
+
on:
|
3 |
+
push:
|
4 |
+
branches: [main]
|
5 |
+
workflow_dispatch:
|
6 |
+
|
7 |
+
jobs:
|
8 |
+
sync-to-hub:
|
9 |
+
runs-on: ubuntu-latest
|
10 |
+
steps:
|
11 |
+
- uses: actions/checkout@v3
|
12 |
+
with:
|
13 |
+
fetch-depth: 0
|
14 |
+
lfs: true
|
15 |
+
- name: Push to hub
|
16 |
+
env:
|
17 |
+
HF_TOKEN: ${{ secrets.HF_TOKEN }}
|
18 |
+
run: |
|
19 |
+
git remote add space https://kina006097:${{ secrets.HF_TOKEN }}@huggingface.co/spaces/kina006097/kids-playground-ai-api
|
20 |
+
git push --force space main
|
.gradio/flagged/dataset1.csv
ADDED
@@ -0,0 +1,2 @@
|
|
|
|
|
|
|
1 |
+
text,output,timestamp
|
2 |
+
日本の四季は、それぞれに独特の魅力があります。春には桜が咲き、人々は花見を楽しみます。夏には祭りや花火大会が開かれ、活気に満ちた雰囲気が広がります。秋には紅葉が山々を彩り、涼しい気候の中で散策を楽しむことができます。冬には雪が降り、地域によってはスキーや温泉を楽しむことができます。このように、日本では季節ごとの風物詩を通じて、自然と人々の暮らしが深く結びついています。,,2025-08-30 03:51:34.895859
|