update
Browse files
README.md
CHANGED
@@ -1,5 +1,5 @@
|
|
1 |
---
|
2 |
-
title:
|
3 |
emoji: ⚡
|
4 |
colorFrom: indigo
|
5 |
colorTo: blue
|
@@ -8,6 +8,7 @@ sdk_version: 5.20.1
|
|
8 |
app_file: app.py
|
9 |
pinned: false
|
10 |
license: mit
|
|
|
11 |
---
|
12 |
|
13 |
Check out the configuration reference at https://huggingface.co/docs/hub/spaces-config-reference
|
|
|
1 |
---
|
2 |
+
title: Qwen2.5-0.5B-Rag-Thinking-llamacpp-cpu-rag-Flan-T5
|
3 |
emoji: ⚡
|
4 |
colorFrom: indigo
|
5 |
colorTo: blue
|
|
|
8 |
app_file: app.py
|
9 |
pinned: false
|
10 |
license: mit
|
11 |
+
short_description: Rag example with Qwen2.5-0.5B-Rag-Thinking +
|
12 |
---
|
13 |
|
14 |
Check out the configuration reference at https://huggingface.co/docs/hub/spaces-config-reference
|
app.py
CHANGED
@@ -301,7 +301,7 @@ demo = gr.ChatInterface(
|
|
301 |
value=qwen_prompt,
|
302 |
label="System Prompt",
|
303 |
info="Define the AI assistant's personality and behavior",
|
304 |
-
lines=2,visible=
|
305 |
),
|
306 |
gr.Slider(
|
307 |
minimum=1024,
|
|
|
301 |
value=qwen_prompt,
|
302 |
label="System Prompt",
|
303 |
info="Define the AI assistant's personality and behavior",
|
304 |
+
lines=2,visible=True
|
305 |
),
|
306 |
gr.Slider(
|
307 |
minimum=1024,
|