1
0
Fork 0

fix(api): correct type of model field in extras

This commit is contained in:
Sean Sube 2023-04-10 17:59:32 -05:00
parent e166989111
commit 23fb752bb6
Signed by: ssube
GPG Key ID: 3EED7B957D362AF1
1 changed files with 2 additions and 2 deletions

View File

@ -65,7 +65,7 @@ $defs:
- type: object
properties:
model:
type: enum
type: string
enum: [
codeformer,
gfpgan
@ -96,7 +96,7 @@ $defs:
required: [scale]
properties:
model:
type: enum
type: string
enum: [
bsrgan,
resrgan,