Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
|
@@ -148,7 +148,7 @@ video{
|
|
| 148 |
<img id="preview" class="preview">
|
| 149 |
|
| 150 |
<label>Select Audio (mp3/wav)</label>
|
| 151 |
-
<input type="file" name="audio"
|
| 152 |
|
| 153 |
</div>
|
| 154 |
|
|
|
|
| 148 |
<img id="preview" class="preview">
|
| 149 |
|
| 150 |
<label>Select Audio (mp3/wav)</label>
|
| 151 |
+
<input type="file" name="audio" required>
|
| 152 |
|
| 153 |
</div>
|
| 154 |
|