Skip to content

Commit

Permalink
add poster and icon
Browse files Browse the repository at this point in the history
  • Loading branch information
almazgimaev committed Aug 22, 2024
1 parent a05a5e2 commit 15ff9c2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions config.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,10 +4,10 @@
"name": "Evaluator for Model Benchmark",
"description": "Evaluate the performance of the NN model",
"categories": ["neural network", "images", "object detection"],
"icon": "PLACEHOLDER FOR ICON (inserted by designers)",
"icon": "https://github.com/supervisely-ecosystem/model-benchmark/releases/download/untagged-0db6cd2cfef3aba16774/icon-mb.png",
"icon_cover": true,
"headless": false,
"poster": "PLACEHOLDER FOR POSTER (inserted by designers)",
"poster": "https://github.com/supervisely-ecosystem/model-benchmark/releases/download/untagged-0db6cd2cfef3aba16774/poster.jpg",
"task_location": "workspace_tasks",
"entrypoint": "python -m uvicorn src.main:app --host 0.0.0.0 --port 8000",
"port": 8000,
Expand Down

0 comments on commit 15ff9c2

Please sign in to comment.