dmitry-brazhenko commited on
Commit
2038a17
1 Parent(s): 6500162

Update README.md

Browse files

Minor change for presenting output

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
  ```