diff --git a/frontend/components/TryOut/ASR.tsx b/frontend/components/TryOut/ASR.tsx index b040600..5458c19 100644 --- a/frontend/components/TryOut/ASR.tsx +++ b/frontend/components/TryOut/ASR.tsx @@ -304,43 +304,57 @@ export default function ASR({ services }: { services: any }) { ) )} - Select Pre Processors: - - - {preProcessors.map((option) => ( - handlePreCheckboxChange(option)} - > - {option} - - ))} - - - Select Post Processors: - - - {postProcessors.map((option) => ( - handlePostCheckboxChange(option)} - > - {option} - - ))} - - - Select Sampling Rate: - + {service !== "ai4bharat/conformer-multilingual-all--gpu-t4" ? ( + <> + + Select Pre Processors: + + + + {preProcessors.map((option) => ( + handlePreCheckboxChange(option)} + > + {option} + + ))} + + + + Select Post Processors: + + + + {postProcessors.map((option) => ( + handlePostCheckboxChange(option)} + > + {option} + + ))} + + + + Select Sampling Rate: + + + + ) : ( + <> + )} Domain: {success ? (