Update README.md
Browse files
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
|