Update app.py
Browse files
app.py
CHANGED
@@ -106,6 +106,11 @@ model_info = {
|
|
106 |
"task": "text-generation",
|
107 |
"description": "sail Sailor2-1B-Pre",
|
108 |
"hf_model_name": "sail/Sailor2-1B-Pre"
|
|
|
|
|
|
|
|
|
|
|
109 |
}
|
110 |
}
|
111 |
|
|
|
106 |
"task": "text-generation",
|
107 |
"description": "sail Sailor2-1B-Pre",
|
108 |
"hf_model_name": "sail/Sailor2-1B-Pre"
|
109 |
+
},
|
110 |
+
"gemini-small": {
|
111 |
+
" task" : "text-generation",
|
112 |
+
" description": "describeai gemini-small",
|
113 |
+
" hf_model_name": "describeai/gemini-small"
|
114 |
}
|
115 |
}
|
116 |
|