Why does my submission return a ValueError?

Could someone tell me why my submission to “single-source-augmentation” returned “ValueError: Text input is not supported as web search is not enabled. Please provide image path, PIL image or image embeddings for image search.”? It might be due to the missing web_hf_dataset_id parameter in search_pipeline, but search_pipeline is supposed to be passed by the evaluation machine

For task 1: single-source augmentation, we only allow the use of image search API. Therefore, this error is expected if you try to use web search API in task 1.

Ref: Challenge Descriptions.

Thank you, I misunderstood the task before.