smjain commited on
Commit
54d9ae0
1 Parent(s): bc2aac1

Upload ui.html

Browse files
Files changed (1) hide show
  1. templates/ui.html +1 -1
templates/ui.html CHANGED
@@ -10,7 +10,7 @@
10
 
11
  <h2>Upload Audio for Conversion</h2>
12
 
13
- <form id="uploadForm" enctype="multipart/form-data">
14
  <label for="spk_id">Speaker:</label>
15
  <select id="weightsDropdown">
16
  <!-- Options will be added here dynamically -->
 
10
 
11
  <h2>Upload Audio for Conversion</h2>
12
 
13
+ <form id="uploadForm" name="spk_id" enctype="multipart/form-data">
14
  <label for="spk_id">Speaker:</label>
15
  <select id="weightsDropdown">
16
  <!-- Options will be added here dynamically -->