thak123 commited on
Commit
5c08785
1 Parent(s): 7dcc89a

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +2 -0
README.md CHANGED
@@ -100,6 +100,8 @@ def predict_sentiment(text, image):
100
  print(id2label[prediction[0].item()])
101
  return id2label[prediction[0].item()]
102
 
 
 
103
  predict_sentiment(text, image)
104
  ```
105
 
 
100
  print(id2label[prediction[0].item()])
101
  return id2label[prediction[0].item()]
102
 
103
+ text = "I feel good today"
104
+ image = "link-to-image"
105
  predict_sentiment(text, image)
106
  ```
107