Spaces:
Runtime error
Runtime error
Add requirements.txt
Browse files
app.py
CHANGED
@@ -3,7 +3,6 @@ from langchain_groq import ChatGroq
|
|
3 |
from youtube_transcript_api import YouTubeTranscriptApi
|
4 |
from langchain_core.prompts import ChatPromptTemplate
|
5 |
from langchain_core.output_parsers import StrOutputParser
|
6 |
-
import os
|
7 |
|
8 |
def get_transcript(video_id):
|
9 |
def transcript_to_string(transcript):
|
|
|
3 |
from youtube_transcript_api import YouTubeTranscriptApi
|
4 |
from langchain_core.prompts import ChatPromptTemplate
|
5 |
from langchain_core.output_parsers import StrOutputParser
|
|
|
6 |
|
7 |
def get_transcript(video_id):
|
8 |
def transcript_to_string(transcript):
|