dwb2023 commited on
Commit
b1c8b37
1 Parent(s): 461b9e0

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -0
app.py CHANGED
@@ -30,6 +30,8 @@ with gr.Blocks(theme="sudeepshouche/minimalist") as demo:
30
  gr.Markdown("### Other Models")
31
  other_examples = gr.Examples(
32
  examples=[
 
 
33
  ["dwb2023/mistral-7b-instruct-quantized"],
34
  ["mistralai/Mistral-7B-Instruct-v0.2"],
35
  ["mistralai/Mistral-7B-Instruct-v0.3"],
 
30
  gr.Markdown("### Other Models")
31
  other_examples = gr.Examples(
32
  examples=[
33
+ ["NousResearch/Meta-Llama-3-8B-Instruct"],
34
+ ["dwb2023/llama38binstruct_summarize"],
35
  ["dwb2023/mistral-7b-instruct-quantized"],
36
  ["mistralai/Mistral-7B-Instruct-v0.2"],
37
  ["mistralai/Mistral-7B-Instruct-v0.3"],