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

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -5,9 +5,9 @@ import gradio as gr
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
 
5
  # Create a dictionary of models
6
  MODELS = {
7
  "FB": "facebook/xglm-1.7B",
8
+ "Stylz": "GraphicStylz/Stylz",
9
  "GPT2": "datificate/gpt2-small-spanish",
10
+ "OpenAssistant":"OpenAssistant/oasst-sft-7-llama-30b-xor"
11
  }
12
 
13
  # Define your function