matthoffner commited on
Commit
eac87d5
1 Parent(s): f0b0d56

Update demo.py

Browse files
Files changed (1) hide show
  1. demo.py +1 -3
demo.py CHANGED
@@ -176,9 +176,7 @@ def get_demo():
176
  with gr.Row():
177
  with gr.Column():
178
  gr.Markdown(
179
- """**Chat with [Falcon-7B-Instruct](https://huggingface.co/tiiuae/falcon-7b-instruct), brainstorm ideas, discuss your holiday plans, and more!**
180
-
181
- ✨ This demo is powered by [Falcon-7B](https://huggingface.co/tiiuae/falcon-7b), finetuned on the [Baize](https://github.com/project-baize/baize-chatbot) dataset, and running with [Text Generation Inference](https://github.com/huggingface/text-generation-inference).
182
 
183
  🧪 This uses a quantized [ggml](https://github.com/ggerganov/ggml) optimized for CPU. Special thanks to [ggllm.cpp](https://github.com/cmp-nct/ggllm.cpp), [ctransformers](https://github.com/marella/ctransformers), and [TheBloke](https://huggingface.co/TheBloke).
184
  """
 
176
  with gr.Row():
177
  with gr.Column():
178
  gr.Markdown(
179
+ """**Chat with [Falcon-7B-Instruct](https://huggingface.co/tiiuae/falcon-7b-instruct), brainstorm ideas, discuss your holiday plans, and more!**
 
 
180
 
181
  🧪 This uses a quantized [ggml](https://github.com/ggerganov/ggml) optimized for CPU. Special thanks to [ggllm.cpp](https://github.com/cmp-nct/ggllm.cpp), [ctransformers](https://github.com/marella/ctransformers), and [TheBloke](https://huggingface.co/TheBloke).
182
  """