selfconstruct3d commited on
Commit
c0e83e0
·
verified ·
1 Parent(s): 4e5f958

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +2 -0
README.md CHANGED
@@ -51,6 +51,8 @@ predictions = model.predict(embeddings)
51
  for text, label in zip(texts, predictions):
52
  print(f"Text: {text}\nPrediction: {label}\n")
53
 
 
 
54
 
55
  ## Licence
56
  This model is licensed for non-commercial use only (CC BY-NC 4.0).
 
51
  for text, label in zip(texts, predictions):
52
  print(f"Text: {text}\nPrediction: {label}\n")
53
 
54
+ ```
55
+
56
 
57
  ## Licence
58
  This model is licensed for non-commercial use only (CC BY-NC 4.0).