Vincent Claes commited on
Commit
071e6b8
1 Parent(s): 4f7d130

add examples for tribe

Browse files
Files changed (1) hide show
  1. app.py +8 -1
app.py CHANGED
@@ -158,7 +158,14 @@ g = gr.Interface(
158
  "in 1 word what's the service the company is providing?",
159
  "https://www.meet-drift.ai/",
160
  ],
161
- ],
 
 
 
 
 
 
 
162
  )
163
  g.queue(concurrency_count=1)
164
  g.launch()
 
158
  "in 1 word what's the service the company is providing?",
159
  "https://www.meet-drift.ai/",
160
  ],
161
+ [
162
+ "in 1 word what's the service the company is providing?",
163
+ "https://www.tribe.ai/about",
164
+ ],
165
+ ["Who is Noah Gale?", "https://www.tribe.ai/team"],
166
+ ["What sector is Tribe active in?", "https://www.tribe.ai"],
167
+ ]
168
+ # description="Alpaca-LoRA is a 7B-parameter LLaMA model finetuned to follow instructions. It is trained on the [Stanford Alpaca](https://github.com/tatsu-lab/stanford_alpaca) dataset and makes use of the Huggingface LLaMA implementation. For more information, please visit [the project's website](https://github.com/tloen/alpaca-lora).",
169
  )
170
  g.queue(concurrency_count=1)
171
  g.launch()