bstraehle commited on
Commit
a0ed7f1
·
1 Parent(s): a710e77

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -0
app.py CHANGED
@@ -24,6 +24,8 @@ QA_CHAIN_PROMPT = PromptTemplate(input_variables = ["context", "question"], temp
24
 
25
  initial_load = True
26
 
 
 
27
  def invoke(openai_api_key, youtube_url, prompt):
28
  openai.api_key = openai_api_key
29
  if initial_load == True:
 
24
 
25
  initial_load = True
26
 
27
+ print(initial_load)
28
+
29
  def invoke(openai_api_key, youtube_url, prompt):
30
  openai.api_key = openai_api_key
31
  if initial_load == True: