Update app.py
Browse files
app.py
CHANGED
@@ -4,8 +4,10 @@ import gradio as gr
|
|
4 |
|
5 |
# Create a dictionary of models
|
6 |
MODELS = {
|
7 |
-
"
|
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
|