marcev commited on
Commit
0904675
1 Parent(s): 3803fe3

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +1 -1
README.md CHANGED
@@ -43,7 +43,7 @@ def predict(text):
43
  return predictions
44
 
45
  text = "Your sample text here."
46
- predict(text))
47
  ```
48
  # Examples
49
  Try out these examples to see FinanceBert in action:
 
43
  return predictions
44
 
45
  text = "Your sample text here."
46
+ predict(text)
47
  ```
48
  # Examples
49
  Try out these examples to see FinanceBert in action: