Lyon28 commited on
Commit
bfc1179
·
verified ·
1 Parent(s): 96097b5

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +5 -0
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