Update app.py
Browse files
app.py
CHANGED
@@ -108,9 +108,9 @@ model_info = {
|
|
108 |
"hf_model_name": "sail/Sailor2-1B-Pre"
|
109 |
},
|
110 |
"gemini-small": {
|
111 |
-
"
|
112 |
-
"
|
113 |
-
"
|
114 |
}
|
115 |
}
|
116 |
|
|
|
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 |
|