Sudipta Nayak
commited on
Commit
·
73b548b
1
Parent(s):
ac75a1a
changes
Browse files- app/templates/index.html +1 -1
- app/templates/result.html +1 -1
app/templates/index.html
CHANGED
@@ -11,7 +11,7 @@
|
|
11 |
<form action="/detect/" method="post" enctype="multipart/form-data">
|
12 |
<label for="file">Upload an Image or Video :</label>
|
13 |
<input type="file" id="file" name="file" accept=".jpg, .jpeg, .png, .mp4" required>
|
14 |
-
<button type="submit">Detect
|
15 |
</form>
|
16 |
</body>
|
17 |
</html>
|
|
|
11 |
<form action="/detect/" method="post" enctype="multipart/form-data">
|
12 |
<label for="file">Upload an Image or Video :</label>
|
13 |
<input type="file" id="file" name="file" accept=".jpg, .jpeg, .png, .mp4" required>
|
14 |
+
<button type="submit">Detect</button>
|
15 |
</form>
|
16 |
</body>
|
17 |
</html>
|
app/templates/result.html
CHANGED
@@ -15,6 +15,6 @@
|
|
15 |
<body>
|
16 |
<h1>Object Detection Result</h1>
|
17 |
<h2>Output Image</h2>
|
18 |
-
|
19 |
</body>
|
20 |
</html>
|
|
|
15 |
<body>
|
16 |
<h1>Object Detection Result</h1>
|
17 |
<h2>Output Image</h2>
|
18 |
+
<img id="output">
|
19 |
</body>
|
20 |
</html>
|