svjack commited on
Commit
e3a7b86
·
verified ·
1 Parent(s): 0f8eb30

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +1 -1
README.md CHANGED
@@ -57,7 +57,7 @@ def mistral_hf_predict(prompt, mis_model = mis_model,
57
  return out
58
 
59
  out = mistral_hf_predict("你是谁?")
60
- out
61
  ```
62
 
63
  # Output
 
57
  return out
58
 
59
  out = mistral_hf_predict("你是谁?")
60
+ print(out)
61
  ```
62
 
63
  # Output