Varnikasiva commited on
Commit
dd8b970
·
verified ·
1 Parent(s): e086ea4

Update README.md

Browse files

![demo_image.png](https://cdn-uploads.huggingface.co/production/uploads/666181aee596975f0a104c6e/PT_56morwnR4WTUB295tX.png)

Files changed (1) hide show
  1. README.md +4 -2
README.md CHANGED
@@ -63,9 +63,11 @@ sentiment_analysis = pipeline("sentiment-analysis", model="your_huggingface_user
63
  result = sentiment_analysis("I feel great today!")
64
  print(result) # Output: [{'label': 'happy'}]
65
 
66
- ## Decoded Image
 
 
 
67
 
68
- ![Decoded Image](https://huggingface.co/Varnikasiva/sentiment-classification-bert-mini/resolve/main/demo.png)
69
 
70
 
71
 
 
63
  result = sentiment_analysis("I feel great today!")
64
  print(result) # Output: [{'label': 'happy'}]
65
 
66
+ ## Decoded Image
67
+
68
+ ![image/png](https://cdn-uploads.huggingface.co/production/uploads/666181aee596975f0a104c6e/ALqY35zno8qMsAESfWm0J.png)
69
+
70
 
 
71
 
72
 
73