Skip to content

Commit

Permalink
Merge pull request #28 from opensource-spraakherkenning-nl/skip-norm-…
Browse files Browse the repository at this point in the history
…interf

Hopefully works this time (changed value to name)
  • Loading branch information
greenw0lf authored Nov 20, 2023
2 parents b213412 + f6b5f0a commit 665acda
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions ASR_NL_benchmark/templates/select_files.html
Original file line number Diff line number Diff line change
Expand Up @@ -31,13 +31,13 @@ <h1> Select Hypothesis and Reference files or folders </h1>
<p>_______________________________</p>
<label>Path to hypothesis file or folder</label>
<input type="text" class="form-control" id="hyp" name="hyp" placeholder="Hyp File or folder">
<input type="checkbox" id="skip-hyp-norm" value="skip-hyp-norm">
<input type="checkbox" id="skip-hyp-norm" name="skip-hyp-norm">
<label for="skip-hyp-norm">Skip the normalization step for the hypothesis file(s)</label>
<br>
<p>_______________________________</p>
<label>Path to reference file or folder</label>
<input type="text" class="form-control" id="ref" name="ref" placeholder="Ref File or folder">
<input type="checkbox" id="skip-ref-norm" value="skip-ref-norm">
<input type="checkbox" id="skip-ref-norm" name="skip-ref-norm">
<label for="skip-ref-norm">Skip the normalization step for the reference file(s)</label>
<br>
<button type="submit" class="btn btn-primary" >Submit</button>
Expand Down

0 comments on commit 665acda

Please sign in to comment.