Spaces:
Sleeping
Sleeping
Commit
·
375ab4d
1
Parent(s):
701ca8e
chore
Browse files- .github/workflows/sync_hf_space.yml +16 -0
- README.md +0 -14
.github/workflows/sync_hf_space.yml
CHANGED
@@ -20,6 +20,22 @@ jobs:
|
|
20 |
uses: ppremk/[email protected]
|
21 |
with:
|
22 |
filesizelimit: 10MB # so we can sync to HF Spaces
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
23 |
|
24 |
- name: Push to hub
|
25 |
env:
|
|
|
20 |
uses: ppremk/[email protected]
|
21 |
with:
|
22 |
filesizelimit: 10MB # so we can sync to HF Spaces
|
23 |
+
|
24 |
+
- name: Add HF model card
|
25 |
+
run: |
|
26 |
+
echo '---
|
27 |
+
title: LinguAIcoach
|
28 |
+
emoji: 💬
|
29 |
+
colorFrom: blue
|
30 |
+
colorTo: red
|
31 |
+
sdk: streamlit
|
32 |
+
sdk_version: 1.31.1
|
33 |
+
python_version: 3.12
|
34 |
+
app_file: src/main.py
|
35 |
+
pinned: true
|
36 |
+
tags: [academic, english, learning, gpt, multimodal, whisper, gpt4-vision, dall-e, chatbot]
|
37 |
+
license: cc-by-nd-4.0
|
38 |
+
---' | cat - README.md > temp && mv temp README.md
|
39 |
|
40 |
- name: Push to hub
|
41 |
env:
|
README.md
CHANGED
@@ -59,17 +59,3 @@ This project is licensed under the CC-BY-NC-ND-4.0 license. See the [LICENSE.md]
|
|
59 |
- New kind of exercises.
|
60 |
- Guide content generation using examples extracted from real exams.
|
61 |
- Testing
|
62 |
-
|
63 |
-
---
|
64 |
-
title: LinguAIcoach
|
65 |
-
emoji: 💬
|
66 |
-
colorFrom: blue
|
67 |
-
colorTo: red
|
68 |
-
sdk: streamlit
|
69 |
-
sdk_version: 1.31.1
|
70 |
-
python_version: 3.12
|
71 |
-
app_file: src/main.py
|
72 |
-
pinned: true
|
73 |
-
tags: [academic, english, learning, gpt, multimodal, whisper, gpt4-vision, dall-e, chatbot]
|
74 |
-
license: cc-by-nd-4.0
|
75 |
-
---
|
|
|
59 |
- New kind of exercises.
|
60 |
- Guide content generation using examples extracted from real exams.
|
61 |
- Testing
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|