Spaces:
Runtime error
Runtime error
Upload app_config.yaml with huggingface_hub
Browse files- app_config.yaml +17 -0
app_config.yaml
ADDED
|
@@ -0,0 +1,17 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
title: Baseer Self-Driving API
|
| 2 |
+
emoji: 🚗
|
| 3 |
+
colorFrom: blue
|
| 4 |
+
colorTo: green
|
| 5 |
+
sdk: docker
|
| 6 |
+
app_port: 7860
|
| 7 |
+
pinned: false
|
| 8 |
+
license: mit
|
| 9 |
+
short_description: API للقيادة الذاتية باستخدام نموذج Baseer InterFuser
|
| 10 |
+
tags:
|
| 11 |
+
- computer-vision
|
| 12 |
+
- autonomous-driving
|
| 13 |
+
- deep-learning
|
| 14 |
+
- fastapi
|
| 15 |
+
- pytorch
|
| 16 |
+
- interfuser
|
| 17 |
+
- graduation-project
|