Rename merge images to concat images

This commit is contained in:
Patrick Jentsch
2020-02-06 09:50:57 +01:00
parent 6ba87a06c4
commit bb0f2e43bb
2 changed files with 2 additions and 2 deletions

View File

@ -10,7 +10,7 @@ import json
import os
SERVICES = {'merge_images': {'name': 'Merge Images',
SERVICES = {'merge_images': {'name': 'Concat images',
'resources': {'mem_mb': 4096, 'n_cores': 4},
'add_job_form': AddMergeImagesJobForm},
'nlp': {'name': 'Natural Language Processing',