File tree Expand file tree Collapse file tree 1 file changed +2
-5
lines changed
Expand file tree Collapse file tree 1 file changed +2
-5
lines changed Original file line number Diff line number Diff 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 >
You can’t perform that action at this time.
0 commit comments