[docs] Update link in es/pipeline_webserver.md (#30745)

* update link

* run make style
This commit is contained in:
Aaron Jimenez
2024-05-10 08:29:26 -08:00
committed by GitHub
parent 2d1602aef7
commit 8ce4fefc52
2 changed files with 2 additions and 10 deletions

View File

@@ -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,