Spaces:
Runtime error
Runtime error
Commit
·
5d24c5c
1
Parent(s):
c711995
add Ollama to hgface
Browse files- .huggingface.yml +1 -2
- README.md +1 -1
.huggingface.yml
CHANGED
|
@@ -1,2 +1 @@
|
|
| 1 |
-
|
| 2 |
-
start_command: bash start.sh
|
|
|
|
| 1 |
+
|
|
|
README.md
CHANGED
|
@@ -5,7 +5,7 @@ colorFrom: "yellow"
|
|
| 5 |
colorTo: "purple"
|
| 6 |
sdk: "gradio"
|
| 7 |
python_version: "3.10"
|
| 8 |
-
|
| 9 |
short_description: "A Gradio RAG app for querying the poetry of Allama Iqbal."
|
| 10 |
tags:
|
| 11 |
- rag
|
|
|
|
| 5 |
colorTo: "purple"
|
| 6 |
sdk: "gradio"
|
| 7 |
python_version: "3.10"
|
| 8 |
+
start_command: "bash start.sh"
|
| 9 |
short_description: "A Gradio RAG app for querying the poetry of Allama Iqbal."
|
| 10 |
tags:
|
| 11 |
- rag
|