Update README.md
Browse files
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 |
-

|
| 69 |
|
| 70 |
|
| 71 |
|
|
|
|
| 63 |
result = sentiment_analysis("I feel great today!")
|
| 64 |
print(result) # Output: [{'label': 'happy'}]
|
| 65 |
|
| 66 |
+
## Decoded Image
|
| 67 |
+
|
| 68 |
+

|
| 69 |
+
|
| 70 |
|
|
|
|
| 71 |
|
| 72 |
|
| 73 |
|