Spaces:
Running
Running
Update app.py
Browse files
app.py
CHANGED
@@ -37,7 +37,7 @@ with gr.Blocks() as demo:
|
|
37 |
|
38 |
Generate a response to a query using a [HuggingFaceTB/SmolLM2-360M-Instruct and llama-cpp-python](https://huggingface.co/HuggingFaceTB/SmolLM2-360M-Instruct-GGUF?library=llama-cpp-python).
|
39 |
|
40 |
-
Part of [ai-blueprint](https://github.com/
|
41 |
|
42 |
with gr.Row():
|
43 |
system_prompt = gr.Textbox(label="System prompt", lines=3, value="You are a helpful assistant.")
|
|
|
37 |
|
38 |
Generate a response to a query using a [HuggingFaceTB/SmolLM2-360M-Instruct and llama-cpp-python](https://huggingface.co/HuggingFaceTB/SmolLM2-360M-Instruct-GGUF?library=llama-cpp-python).
|
39 |
|
40 |
+
Part of [ai-blueprint](https://github.com/huggingface/ai-blueprint) - a blueprint for AI development, focusing on applied examples of RAG, information extraction, analysis and fine-tuning in the age of LLMs and agents.""")
|
41 |
|
42 |
with gr.Row():
|
43 |
system_prompt = gr.Textbox(label="System prompt", lines=3, value="You are a helpful assistant.")
|