Sudipta Nayak
commited on
Commit
·
b3dc042
1
Parent(s):
4ce9948
issue fix-4
Browse files- app/templates/index.html +1 -1
app/templates/index.html
CHANGED
@@ -8,7 +8,7 @@
|
|
8 |
</head>
|
9 |
<body>
|
10 |
<h1>Welcome to Object Detection App</h1>
|
11 |
-
<form action="/detect" method="post" enctype="multipart/form-data">
|
12 |
<label for="file">Choose a file:</label>
|
13 |
<input type="file" id="file" name="file" accept=".jpg, .jpeg, .png, .mp4" required>
|
14 |
<button type="submit">Detect Objects</button>
|
|
|
8 |
</head>
|
9 |
<body>
|
10 |
<h1>Welcome to Object Detection App</h1>
|
11 |
+
<form action="/detect/" method="post" enctype="multipart/form-data">
|
12 |
<label for="file">Choose a file:</label>
|
13 |
<input type="file" id="file" name="file" accept=".jpg, .jpeg, .png, .mp4" required>
|
14 |
<button type="submit">Detect Objects</button>
|