Spaces:
Running
Running
Update generate_transcript.py
Browse files- 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):
|