ginipick commited on
Commit
9ce8364
·
verified ·
1 Parent(s): fd70398

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -2
app.py CHANGED
@@ -34,8 +34,7 @@ SAMPLE_RATE = 24000
34
  DEFAULT_SYSTEM_PROMPT = (
35
  "Generate audio following instruction.\n\n"
36
  "<|scene_desc_start|>\n"
37
- "Audio is recorded from a quiet room.\n"
38
- "Support for multiple languages including English, Chinese, Korean, Japanese, and more.\n"
39
  "<|scene_desc_end|>"
40
  )
41
 
 
34
  DEFAULT_SYSTEM_PROMPT = (
35
  "Generate audio following instruction.\n\n"
36
  "<|scene_desc_start|>\n"
37
+ "male, Audio is recorded from a quiet room.\n"
 
38
  "<|scene_desc_end|>"
39
  )
40