Update app.py
Browse files
app.py
CHANGED
|
@@ -402,11 +402,11 @@ with gr.Blocks(css=".custom-label { font-weight: bold !important; font-size: 16p
|
|
| 402 |
frame_slider = gr.Slider(minimum=1, maximum=32, step=1, value=32, label="Number of Frames for Detection")
|
| 403 |
video_submit_btn = gr.Button("Submit")
|
| 404 |
output_results_video = gr.Textbox(label="Detection Result")
|
| 405 |
-
|
| 406 |
gr.HTML(
|
| 407 |
'<div style="display: flex; justify-content: center; gap: 20px; margin-bottom: 20px;">'
|
| 408 |
-
'<a href="https://mapmyvisitors.com/web/1bxvi" title="Visit tracker">'
|
| 409 |
-
'<img src="https://mapmyvisitors.com/map.png?d=FYhBoxLDEaFAxdfRzk5TuchYOBGrnSa98Ky59EkEEpY
|
| 410 |
'</a>'
|
| 411 |
'</div>'
|
| 412 |
)
|
|
|
|
| 402 |
frame_slider = gr.Slider(minimum=1, maximum=32, step=1, value=32, label="Number of Frames for Detection")
|
| 403 |
video_submit_btn = gr.Button("Submit")
|
| 404 |
output_results_video = gr.Textbox(label="Detection Result")
|
| 405 |
+
|
| 406 |
gr.HTML(
|
| 407 |
'<div style="display: flex; justify-content: center; gap: 20px; margin-bottom: 20px;">'
|
| 408 |
+
'<a href="https://mapmyvisitors.com/web/1bxvi" title="Visit tracker" title="Visit tracker">'
|
| 409 |
+
'<img src="https://mapmyvisitors.com/map.png?cl=ffffff&w=a&t=tt&d=FYhBoxLDEaFAxdfRzk5TuchYOBGrnSa98Ky59EkEEpY">'
|
| 410 |
'</a>'
|
| 411 |
'</div>'
|
| 412 |
)
|