Skip to content

Commit a595ffe

Browse files
authored
Update and rename demo.html to index.html
1 parent b4e2c3d commit a595ffe

File tree

1 file changed

+2
-5
lines changed

1 file changed

+2
-5
lines changed

demo.html renamed to index.html

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -158,9 +158,7 @@ <h1>SmolVLM Camera Interaction with vLLM backend</h1>
158158
<option value="2000">2s</option>
159159
</select>
160160
<button id="startButton" class="start">Start</button>
161-
<button id="captureNowButton"
162-
style="margin-left: 10px; background-color: #007bff; padding: 10px 20px; font-size: 16px; cursor: pointer; border: none; border-radius: 4px; color: white;">Capture
163-
Now</button>
161+
164162
</div>
165163
<script>
166164
const video = document.getElementById('videoFeed');
@@ -172,7 +170,6 @@ <h1>SmolVLM Camera Interaction with vLLM backend</h1>
172170
const responseText = document.getElementById('responseText');
173171
const intervalSelect = document.getElementById('intervalSelect');
174172
const startButton = document.getElementById('startButton');
175-
const captureNowButton = document.getElementById('captureNowButton');
176173
const apiStatus = document.getElementById('apiStatus');
177174
const testConnection = document.getElementById('testConnection');
178175
const maxTokens = document.getElementById('maxTokens');
@@ -381,4 +378,4 @@ <h1>SmolVLM Camera Interaction with vLLM backend</h1>
381378
</script>
382379
</body>
383380

384-
</html>
381+
</html>

0 commit comments

Comments
 (0)