[docs] Update link in es/pipeline_webserver.md (#30745)
* update link * run make style
This commit is contained in:
@@ -244,9 +244,7 @@ class DataTrainingArguments:
|
||||
)
|
||||
image_square_size: Optional[int] = field(
|
||||
default=600,
|
||||
metadata={
|
||||
"help": "Image longest size will be resized to this value, then image will be padded to square."
|
||||
},
|
||||
metadata={"help": "Image longest size will be resized to this value, then image will be padded to square."},
|
||||
)
|
||||
max_train_samples: Optional[int] = field(
|
||||
default=None,
|
||||
|
||||
Reference in New Issue
Block a user