AIRider commited on
Commit
d8850f3
·
verified ·
1 Parent(s): c22a0e1

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -1
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: