yasserrmd commited on
Commit
9376c59
·
verified ·
1 Parent(s): 0ed5781

Update generate_transcript.py

Browse files
Files changed (1) hide show
  1. generate_transcript.py +1 -1
generate_transcript.py CHANGED
@@ -42,7 +42,7 @@ class TranscriptProcessor:
42
 
43
  Speaker 1: Teaches with anecdotes; Speaker 2: Reacts with expressions like "umm," "hmm," [sigh].
44
 
45
- Return the response as a list of tuples only, with no extra formatting.
46
  """
47
 
48
  def load_text(self):
 
42
 
43
  Speaker 1: Teaches with anecdotes; Speaker 2: Reacts with expressions like "umm," "hmm," [sigh].
44
 
45
+ Return the response as a list of tuples only, with no extra formatting. the format should have speaker1 and speaker2
46
  """
47
 
48
  def load_text(self):