liuyang commited on
Commit
ceb7ebf
·
1 Parent(s): c543860

update prompt

Browse files
Files changed (1) hide show
  1. app.py +1 -5
app.py CHANGED
@@ -16,11 +16,7 @@ os.environ.update(
16
  )
17
 
18
  INITIAL_PROMPT = '''
19
- Transcribe the audio verbatim in the original language(s). Do NOT translate or summarize.
20
- Use the standard punctuation of each language to avoid run-on sentences.
21
- • End every sentence with a sentence-final mark (., ?, ! or the local equivalent such as 。!?).
22
- • Insert commas/pauses where they naturally occur; prefer more punctuation over less.
23
- • For CJK languages, use native full-width marks (,、。!?:;「」『』( )); for others, use their customary marks.
24
  '''
25
 
26
  # make sure the directories exist
 
16
  )
17
 
18
  INITIAL_PROMPT = '''
19
+ Use normal punctuation; end sentences properly.
 
 
 
 
20
  '''
21
 
22
  # make sure the directories exist