Lyon28 commited on
Commit
d38e2b9
·
verified ·
1 Parent(s): 7f552ff

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +3 -3
app.py CHANGED
@@ -108,9 +108,9 @@ model_info = {
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
 
 
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