Hythcliff commited on
Commit
3dc3e64
·
verified ·
1 Parent(s): 8eab84c

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +2 -2
README.md CHANGED
@@ -76,7 +76,7 @@ Users (both direct and downstream) should be made aware of the risks, biases and
76
  Use the code below to get started with the model.
77
 
78
  [
79
- ---
80
  import torch
81
  from transformers import pipeline
82
  import os
@@ -141,7 +141,7 @@ if __name__ == "__main__":
141
 
142
  # Print the JSON string
143
  print(json_result)
144
- ---
145
  ]
146
 
147
  ## Training Details
 
76
  Use the code below to get started with the model.
77
 
78
  [
79
+ ```
80
  import torch
81
  from transformers import pipeline
82
  import os
 
141
 
142
  # Print the JSON string
143
  print(json_result)
144
+ ```
145
  ]
146
 
147
  ## Training Details