Update README.md
Browse files
README.md
CHANGED
@@ -72,7 +72,7 @@ with torch.no_grad():
|
|
72 |
output = model(image_tensor)
|
73 |
print("Predicted control outputs:", output)
|
74 |
```
|
75 |
-
|
76 |
## Applications
|
77 |
- Autonomous driving
|
78 |
- Driver assistance systems
|
|
|
72 |
output = model(image_tensor)
|
73 |
print("Predicted control outputs:", output)
|
74 |
```
|
75 |
+
PS: this is an arbitary code, edit this
|
76 |
## Applications
|
77 |
- Autonomous driving
|
78 |
- Driver assistance systems
|