Spaces:
Build error
Build error
Commit ·
67e952c
1
Parent(s): a71e49e
Update yaml block in README.md for hugging face space
Browse files- .gitignore +2 -1
- README.md +11 -0
.gitignore
CHANGED
|
@@ -8,4 +8,5 @@ k8s/
|
|
| 8 |
# scripts/
|
| 9 |
Archived/
|
| 10 |
.env
|
| 11 |
-
app/tests/
|
|
|
|
|
|
| 8 |
# scripts/
|
| 9 |
Archived/
|
| 10 |
.env
|
| 11 |
+
app/tests/
|
| 12 |
+
huggingface_manage.md
|
README.md
CHANGED
|
@@ -1,3 +1,14 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
# AI Novelist RAG - Long-Form Story Generation with Memory
|
| 2 |
|
| 3 |
This is a dedicated AI system for generating long-form novels with coherent logic, consistent world-building, and thematic integrity, solving common LLMs issues like incoherence, self-contradiction, and theme drift.
|
|
|
|
| 1 |
+
---
|
| 2 |
+
title: "AI Novelist RAG"
|
| 3 |
+
emoji: "📚"
|
| 4 |
+
colorFrom: "indigo"
|
| 5 |
+
colorTo: "purple"
|
| 6 |
+
sdk: gradio
|
| 7 |
+
sdk_version: 4.28.3
|
| 8 |
+
python_version: 3.10.16
|
| 9 |
+
---
|
| 10 |
+
|
| 11 |
+
|
| 12 |
# AI Novelist RAG - Long-Form Story Generation with Memory
|
| 13 |
|
| 14 |
This is a dedicated AI system for generating long-form novels with coherent logic, consistent world-building, and thematic integrity, solving common LLMs issues like incoherence, self-contradiction, and theme drift.
|