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

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -53,7 +53,7 @@ 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:
 
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
+ "mistralai/Mixtral-8x7B-Instruct-v0.1": "Mixtral-8x7B-Instruct-v0.1"
57
  }
58
 
59
  with gr.Blocks() as demo: