Update app.py
Browse files
app.py
CHANGED
@@ -218,7 +218,7 @@ def process_media(file_path, is_url=False):
|
|
218 |
|
219 |
{transcription}
|
220 |
|
221 |
-
Please analyze the content and speaking styles to differentiate between speakers. Consider changes in topic, speaking patterns, and any contextual clues that might indicate a change in speaker.
|
222 |
"""
|
223 |
|
224 |
diarization_response = openai.ChatCompletion.create(
|
|
|
218 |
|
219 |
{transcription}
|
220 |
|
221 |
+
Please analyze the content and speaking styles to differentiate between speakers. If they give their name, assume that is the speaker and assume who is speaking bsed on speech patterns. Consider changes in topic, speaking patterns, and any contextual clues that might indicate a change in speaker.
|
222 |
"""
|
223 |
|
224 |
diarization_response = openai.ChatCompletion.create(
|