azhiboedova dmitry-brazhenko commited on
Commit
98695d4
·
verified ·
1 Parent(s): 6500162

Update README.md (#1)

Browse files

- Update README.md (2038a17b782a0f320e9caff88a25bb83a3677459)


Co-authored-by: Dmitry Brazhenko <dmitry-brazhenko@users.noreply.huggingface.co>

Files changed (1) hide show
  1. README.md +2 -0
README.md CHANGED
@@ -71,4 +71,6 @@ outputs = pipeline(
71
  )
72
 
73
  print(outputs[0]["generated_text"][-1]["content"])
 
 
74
  ```
 
71
  )
72
 
73
  print(outputs[0]["generated_text"][-1]["content"])
74
+ # Output:
75
+ # Wie geht es Ihnen?
76
  ```