Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -52,7 +52,8 @@ def stop_generation():
|
|
52 |
models = {
|
53 |
"deepseek-ai/DeepSeek-Coder-V2-Instruct": "DeepSeek-Coder-V2-Instruct",
|
54 |
"CohereForAI/c4ai-command-r-plus": "Cohere Command-R Plus",
|
55 |
-
"meta-llama/Meta-Llama-3.1-8B-Instruct": "Meta-Llama-3.1-8B-Instruct"
|
|
|
56 |
}
|
57 |
|
58 |
with gr.Blocks() as demo:
|
|
|
52 |
models = {
|
53 |
"deepseek-ai/DeepSeek-Coder-V2-Instruct": "DeepSeek-Coder-V2-Instruct",
|
54 |
"CohereForAI/c4ai-command-r-plus": "Cohere Command-R Plus",
|
55 |
+
"meta-llama/Meta-Llama-3.1-8B-Instruct": "Meta-Llama-3.1-8B-Instruct",
|
56 |
+
"tiiuae/falcon-mamba-7b": "falcon-mamba-7b"
|
57 |
}
|
58 |
|
59 |
with gr.Blocks() as demo:
|