Keras
Reality123b commited on
Commit
23d98e0
·
verified ·
1 Parent(s): 6a85052

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +1 -1
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