Merlintxu commited on
Commit
9abd04f
·
1 Parent(s): c7be05a

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +4 -2
app.py CHANGED
@@ -4,8 +4,10 @@ import gradio as gr
4
 
5
  # Create a dictionary of models
6
  MODELS = {
7
- "GPT-2": "gpt2",
8
- "mGPT": "ai-forever/mGPT"
 
 
9
  }
10
 
11
  # Define your function
 
4
 
5
  # Create a dictionary of models
6
  MODELS = {
7
+ "FB": "facebook/xglm-1.7B",
8
+ "mGPT": "ai-forever/mGPT",
9
+ "GPT2": "datificate/gpt2-small-spanish",
10
+ "Llama":"CRD716/ggml-vicuna-1.1-quantized"
11
  }
12
 
13
  # Define your function