eternalBlissard commited on
Commit
8ea0288
·
verified ·
1 Parent(s): 6cffddd

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -0
app.py CHANGED
@@ -87,6 +87,7 @@ def respond(
87
  if (val is None):
88
  subtitles = outputProducer(system_message)
89
  val = subtitle_it(subtitles)
 
90
  messages = [{"role": "system", "content": "Answer by using the transcript"+val}]
91
 
92
  for val in history:
 
87
  if (val is None):
88
  subtitles = outputProducer(system_message)
89
  val = subtitle_it(subtitles)
90
+ print(val)
91
  messages = [{"role": "system", "content": "Answer by using the transcript"+val}]
92
 
93
  for val in history: