Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
|
@@ -129,10 +129,10 @@ from youtube_transcript_api import YouTubeTranscriptApi, TranscriptsDisabled, No
|
|
| 129 |
import re
|
| 130 |
from collections import Counter
|
| 131 |
from googleapiclient.discovery import build
|
| 132 |
-
|
| 133 |
def process_youtube_video(url="", keywords=""):
|
| 134 |
try:
|
| 135 |
-
Initialize variables
|
| 136 |
thumbnail = None
|
| 137 |
summary = "No transcript available"
|
| 138 |
sentiment_label = "N/A"
|
|
|
|
| 129 |
import re
|
| 130 |
from collections import Counter
|
| 131 |
from googleapiclient.discovery import build
|
| 132 |
+
|
| 133 |
def process_youtube_video(url="", keywords=""):
|
| 134 |
try:
|
| 135 |
+
#Initialize variables
|
| 136 |
thumbnail = None
|
| 137 |
summary = "No transcript available"
|
| 138 |
sentiment_label = "N/A"
|