Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
|
@@ -176,7 +176,6 @@ with gr.Blocks(theme=gr.themes.Soft(primary_hue="blue", secondary_hue="sky"), cs
|
|
| 176 |
inputs=[api_rgb_image_path, api_measurements_path, example_speed, example_pos],
|
| 177 |
label="اختر سيناريو اختبار",
|
| 178 |
# تغيير عناوين الأعمدة
|
| 179 |
-
headers=["صورة الكاميرا", "ملف القياسات", "السرعة (m/s)", "الإحداثيات"]
|
| 180 |
)
|
| 181 |
else:
|
| 182 |
gr.Markdown("لم يتم العثور على مجلد الأمثلة (`examples`) أو محتوياته.")
|
|
|
|
| 176 |
inputs=[api_rgb_image_path, api_measurements_path, example_speed, example_pos],
|
| 177 |
label="اختر سيناريو اختبار",
|
| 178 |
# تغيير عناوين الأعمدة
|
|
|
|
| 179 |
)
|
| 180 |
else:
|
| 181 |
gr.Markdown("لم يتم العثور على مجلد الأمثلة (`examples`) أو محتوياته.")
|