Spaces:
Paused
Paused
Update app.py
Browse files
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"],
|