Skip to content

Commit

Permalink
fix(api): correct type of model field in extras
Browse files Browse the repository at this point in the history
  • Loading branch information
ssube committed Apr 10, 2023
1 parent e166989 commit 23fb752
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions api/schemas/extras.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ $defs:
- type: object
properties:
model:
type: enum
type: string
enum: [
codeformer,
gfpgan
Expand Down Expand Up @@ -96,7 +96,7 @@ $defs:
required: [scale]
properties:
model:
type: enum
type: string
enum: [
bsrgan,
resrgan,
Expand Down

0 comments on commit 23fb752

Please sign in to comment.