Spaces:
Running
on
Zero
Running
on
Zero
fix readme
Browse files
README.md
CHANGED
@@ -8,7 +8,7 @@ sdk_version: 3.29.1
|
|
8 |
app_file: app.py
|
9 |
pinned: false
|
10 |
license: apache-2.0
|
11 |
-
short_description: Chat
|
12 |
---
|
13 |
|
14 |
This Gradio app enables **chat-based inference** on various GGUF models using `llama.cpp` and `llama-cpp-python`. The application features:
|
|
|
8 |
app_file: app.py
|
9 |
pinned: false
|
10 |
license: apache-2.0
|
11 |
+
short_description: Chat inference for GGUF models with llama.cpp & Gradio
|
12 |
---
|
13 |
|
14 |
This Gradio app enables **chat-based inference** on various GGUF models using `llama.cpp` and `llama-cpp-python`. The application features:
|