Merlintxu commited on
Commit
c34ea7e
·
1 Parent(s): 6947168

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +3 -3
app.py CHANGED
@@ -4,10 +4,10 @@ import gradio as gr
4
 
5
  # Create a dictionary of models
6
  MODELS = {
7
- "FB": "facebook/xglm-1.7B",
8
- "GPT4All": "ParisNeo/GPT4All-Community-Discussions",
9
  "GPT2": "datificate/gpt2-small-spanish",
10
- "OpenAssistant":"OpenAssistant/oasst-sft-6-llama-30b-xor"
11
  }
12
 
13
  # Define your function
 
4
 
5
  # Create a dictionary of models
6
  MODELS = {
7
+ "T5": "lmsys/fastchat-t5-3b-v1.0",
8
+ "Bert": "bert-base-multilingual-cased",
9
  "GPT2": "datificate/gpt2-small-spanish",
10
+ "bloom":"bigscience/bloom"
11
  }
12
 
13
  # Define your function