Merge branch 'main' of https://huggingface.co/spaces/build-small-hackathon/legacyscribe-gradio
Browse files- README.md +9 -9
- requirements.txt +1 -1
README.md
CHANGED
|
@@ -4,19 +4,19 @@ emoji: π
|
|
| 4 |
colorFrom: yellow
|
| 5 |
colorTo: red
|
| 6 |
sdk: gradio
|
| 7 |
-
sdk_version:
|
| 8 |
app_file: app.py
|
| 9 |
pinned: true
|
| 10 |
license: mit
|
| 11 |
-
short_description: Turn grandparent spoken stories into beautiful memories
|
| 12 |
tags:
|
| 13 |
-
|
| 14 |
-
|
| 15 |
-
|
| 16 |
-
|
| 17 |
-
|
| 18 |
-
|
| 19 |
-
|
| 20 |
---
|
| 21 |
|
| 22 |
# π LegacyScribe β Family Memory Agent
|
|
|
|
| 4 |
colorFrom: yellow
|
| 5 |
colorTo: red
|
| 6 |
sdk: gradio
|
| 7 |
+
sdk_version: 6.18.0
|
| 8 |
app_file: app.py
|
| 9 |
pinned: true
|
| 10 |
license: mit
|
| 11 |
+
short_description: Turn grandparent spoken stories into beautiful memories
|
| 12 |
tags:
|
| 13 |
+
- nepali
|
| 14 |
+
- memory
|
| 15 |
+
- family
|
| 16 |
+
- fine-tuned
|
| 17 |
+
- llama-cpp
|
| 18 |
+
- offline
|
| 19 |
+
- agents
|
| 20 |
---
|
| 21 |
|
| 22 |
# π LegacyScribe β Family Memory Agent
|
requirements.txt
CHANGED
|
@@ -1,4 +1,4 @@
|
|
| 1 |
# requirements.txt
|
| 2 |
gradio>=4.0.0
|
| 3 |
huggingface_hub
|
| 4 |
-
llama-cpp-python --extra-index-url https://abetlen.github.io/llama-cpp-python/whl/cu122
|
|
|
|
| 1 |
# requirements.txt
|
| 2 |
gradio>=4.0.0
|
| 3 |
huggingface_hub
|
| 4 |
+
llama-cpp-python --extra-index-url https://abetlen.github.io/llama-cpp-python/whl/cu122
|