-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #10 from opensource-spraakherkenning-nl/main
Fixed a bunch of bugs and connected functionality to interface
- Loading branch information
Showing
5 changed files
with
29 additions
and
16 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -26,6 +26,8 @@ <h1> Select Hypothese and Reference files or folders </h1> | |
<div class="container pt-3 m-3" width="80%"> | ||
<div class="form-group"> | ||
<form method="POST"> | ||
<label>Name of speech recognizer</label> | ||
<input type="text" class="form-control" id="kind" name="kind" placeholder="Name of speech recognizer"> | ||
<label>Path to hypothesis file or folder</label> | ||
<input type="text" class="form-control" id="hyp" name="hyp" placeholder="Hyp File or folder"> | ||
<label>Path to reference file or folder</label> | ||
|
@@ -38,7 +40,8 @@ <h1> Select Hypothese and Reference files or folders </h1> | |
|
||
|
||
|
||
|
||
<!-- Option 1: Bootstrap Bundle with Popper --> | ||
<script src="https://cdn.jsdelivr.net/npm/[email protected]/dist/js/bootstrap.bundle.min.js" integrity="sha384-b5kHyXgcpbZJO/tY9Ul7kGkf1S0CWuKcCD38l8YkeH8z8QjE0GmW1gYU5S9FOnJ0" crossorigin="anonymous"></script> | ||
</body> | ||
</html> | ||
</html> |