bluenevus commited on
Commit
2877dcf
·
verified ·
1 Parent(s): b5dd7e3

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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(