Spaces:
Running
on
Zero
Running
on
Zero
xiaoyuxi
commited on
Commit
·
7e0fb4c
1
Parent(s):
fd76b26
fix_readme
Browse files
app.py
CHANGED
|
@@ -1106,7 +1106,7 @@ with gr.Blocks(
|
|
| 1106 |
|
| 1107 |
# Launch button
|
| 1108 |
with gr.Row():
|
| 1109 |
-
launch_btn = gr.Button("🚀
|
| 1110 |
|
| 1111 |
# 3D Visualization - Make it larger and more prominent
|
| 1112 |
with gr.Row():
|
|
@@ -1173,7 +1173,7 @@ with gr.Blocks(
|
|
| 1173 |
inputs=[grid_size, vo_points, fps, original_image_state],
|
| 1174 |
outputs=[viz_html, tracking_result_video, html_download]
|
| 1175 |
)
|
| 1176 |
-
|
| 1177 |
# GitHub Star Reminder - Added back!
|
| 1178 |
gr.HTML("""
|
| 1179 |
<div style='background: linear-gradient(135deg, #e8eaff 0%, #f0f2ff 100%);
|
|
|
|
| 1106 |
|
| 1107 |
# Launch button
|
| 1108 |
with gr.Row():
|
| 1109 |
+
launch_btn = gr.Button("🚀 Start Tracking Now!", variant="primary", size="lg")
|
| 1110 |
|
| 1111 |
# 3D Visualization - Make it larger and more prominent
|
| 1112 |
with gr.Row():
|
|
|
|
| 1173 |
inputs=[grid_size, vo_points, fps, original_image_state],
|
| 1174 |
outputs=[viz_html, tracking_result_video, html_download]
|
| 1175 |
)
|
| 1176 |
+
|
| 1177 |
# GitHub Star Reminder - Added back!
|
| 1178 |
gr.HTML("""
|
| 1179 |
<div style='background: linear-gradient(135deg, #e8eaff 0%, #f0f2ff 100%);
|