Add EmoSet training and evaluation
This commit is contained in:
@@ -0,0 +1,21 @@
|
||||
{
|
||||
"title": "File Browser Download",
|
||||
"description": "File Browser Download settings.",
|
||||
"jupyter.lab.menus": {
|
||||
"context": [
|
||||
{
|
||||
"command": "filebrowser:download",
|
||||
"selector": ".jp-DirListing-item[data-isdir=\"false\"]",
|
||||
"rank": 9
|
||||
},
|
||||
{
|
||||
"command": "filebrowser:copy-download-link",
|
||||
"selector": ".jp-DirListing-item[data-isdir=\"false\"]",
|
||||
"rank": 13
|
||||
}
|
||||
]
|
||||
},
|
||||
"properties": {},
|
||||
"additionalProperties": false,
|
||||
"type": "object"
|
||||
}
|
||||
Reference in New Issue
Block a user