This commit is contained in:
Patrick Jentsch
2020-02-06 09:52:14 +01:00
parent bb0f2e43bb
commit 3ce28de053
2 changed files with 2 additions and 2 deletions

View File

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