Spaces:
Running
on
Zero
Running
on
Zero
Update ui_manager.py
Browse files- ui_manager.py +2 -2
ui_manager.py
CHANGED
|
@@ -172,7 +172,7 @@ class UIManager:
|
|
| 172 |
return gr.HTML("""
|
| 173 |
<div class="footer" style="padding: 25px 0; text-align: center; background: linear-gradient(to right, #f5f9fc, #e1f5fe); border-top: 1px solid #e2e8f0; margin-top: 30px;">
|
| 174 |
<div style="margin-bottom: 15px;">
|
| 175 |
-
<p style="font-size: 14px; color: #4A5568; margin: 5px 0;">Powered by
|
| 176 |
</div>
|
| 177 |
<div style="display: flex; align-items: center; justify-content: center; gap: 20px; margin-top: 15px;">
|
| 178 |
<p style="font-family: 'Arial', sans-serif; font-size: 14px; font-weight: 500; letter-spacing: 2px; background: linear-gradient(90deg, #38b2ac, #4299e1); -webkit-background-clip: text; -webkit-text-fill-color: transparent; margin: 0; text-transform: uppercase; display: inline-block;">EXPLORE THE CODE →</p>
|
|
@@ -753,4 +753,4 @@ class UIManager:
|
|
| 753 |
video_components['video_stats_json'],
|
| 754 |
video_components['video_object_details']
|
| 755 |
]
|
| 756 |
-
)
|
|
|
|
| 172 |
return gr.HTML("""
|
| 173 |
<div class="footer" style="padding: 25px 0; text-align: center; background: linear-gradient(to right, #f5f9fc, #e1f5fe); border-top: 1px solid #e2e8f0; margin-top: 30px;">
|
| 174 |
<div style="margin-bottom: 15px;">
|
| 175 |
+
<p style="font-size: 14px; color: #4A5568; margin: 5px 0;">Powered by YOLO11, CLIP, Places365, Meta Llama3.2 and Ultralytics • Enhanced Video Processing with Temporal Analysis • Created with Gradio</p>
|
| 176 |
</div>
|
| 177 |
<div style="display: flex; align-items: center; justify-content: center; gap: 20px; margin-top: 15px;">
|
| 178 |
<p style="font-family: 'Arial', sans-serif; font-size: 14px; font-weight: 500; letter-spacing: 2px; background: linear-gradient(90deg, #38b2ac, #4299e1); -webkit-background-clip: text; -webkit-text-fill-color: transparent; margin: 0; text-transform: uppercase; display: inline-block;">EXPLORE THE CODE →</p>
|
|
|
|
| 753 |
video_components['video_stats_json'],
|
| 754 |
video_components['video_object_details']
|
| 755 |
]
|
| 756 |
+
)
|