Q-bert commited on
Commit
b38fc3b
1 Parent(s): 04972db

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +2 -1
README.md CHANGED
@@ -40,4 +40,5 @@ input_text = "Hello, AlpaGo!"
40
  output = model.process_text(input_text)
41
 
42
  # Print the output
43
- print(output)```
 
 
40
  output = model.process_text(input_text)
41
 
42
  # Print the output
43
+ print(output)
44
+ ```