Skip to content

Commit f1893b3

Browse files
author
Khadijeh Alibabaei
committed
Update schemas.py
1 parent a8ae93d commit f1893b3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

api/schemas.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ class PredArgsSchema(marshmallow.Schema):
3939
class Meta:
4040
ordered = True
4141

42-
input = fields.Field(
42+
files = fields.Field(
4343
required=True,
4444
type="file",
4545
location="form",

0 commit comments

Comments
 (0)