Spaces:
Paused
Paused
Update app.py
Browse files
app.py
CHANGED
@@ -32,6 +32,8 @@ with gr.Blocks(theme="sudeepshouche/minimalist") as demo:
|
|
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"],
|
|
|
32 |
examples=[
|
33 |
["NousResearch/Meta-Llama-3-8B-Instruct"],
|
34 |
["dwb2023/llama38binstruct_summarize"],
|
35 |
+
["dwb2023/llama38binstruct_summarize_v3"],
|
36 |
+
["dwb2023/llama38binstruct_summarize_v4"],
|
37 |
["dwb2023/mistral-7b-instruct-quantized"],
|
38 |
["mistralai/Mistral-7B-Instruct-v0.2"],
|
39 |
["mistralai/Mistral-7B-Instruct-v0.3"],
|