Sudipta Nayak
commited on
Commit
·
1157dc7
1
Parent(s):
2244f4f
video related changes
Browse files
app/templates/result.html
CHANGED
@@ -59,7 +59,7 @@
|
|
59 |
<h1>Object Detection Result</h1>
|
60 |
<form action="/detect/" method="post" enctype="multipart/form-data" onsubmit="showLoading();">
|
61 |
<label for="file">Upload an Image or Video :</label>
|
62 |
-
<input type="file" id="file" name="file" accept=".jpg, .jpeg, .png, .mp4" required>
|
63 |
<button type="submit">Detect</button>
|
64 |
</form>
|
65 |
<br/>
|
|
|
59 |
<h1>Object Detection Result</h1>
|
60 |
<form action="/detect/" method="post" enctype="multipart/form-data" onsubmit="showLoading();">
|
61 |
<label for="file">Upload an Image or Video :</label>
|
62 |
+
<input type="file" id="file" name="file" accept=".jpg, .jpeg, .png, .mp4, .mov" required>
|
63 |
<button type="submit">Detect</button>
|
64 |
</form>
|
65 |
<br/>
|