Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
|
@@ -5,7 +5,7 @@ import re
|
|
| 5 |
from transformers import pipeline
|
| 6 |
|
| 7 |
# ⛔ Replace with your actual API key
|
| 8 |
-
YOUTUBE_API_KEY = "
|
| 9 |
|
| 10 |
# Setup: Load Hugging Face sentiment analysis pipeline
|
| 11 |
sentiment_pipeline = pipeline("sentiment-analysis")
|
|
|
|
| 5 |
from transformers import pipeline
|
| 6 |
|
| 7 |
# ⛔ Replace with your actual API key
|
| 8 |
+
YOUTUBE_API_KEY = "AIzaSyAgdAAGU2ySpnsjx1lv6dJ4fmJOXYU0Ggw"
|
| 9 |
|
| 10 |
# Setup: Load Hugging Face sentiment analysis pipeline
|
| 11 |
sentiment_pipeline = pipeline("sentiment-analysis")
|