farzadab commited on
Commit
7fa1a9b
·
verified ·
1 Parent(s): 7978a56

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +4 -1
README.md CHANGED
@@ -54,7 +54,10 @@ audio, sr = librosa.load(path, sr=16000)
54
 
55
 
56
  turns = [
57
- {"role": "system", "content": "You are a friendly and helpful character. You love to answer questions for people."},
 
 
 
58
  ]
59
  pipe({'audio': audio, turns=turns, 'sampling_rate': sr}, max_new_tokens=30)
60
  ```
 
54
 
55
 
56
  turns = [
57
+ {
58
+ "role": "system",
59
+ "content": "You are a friendly and helpful character. You love to answer questions for people."
60
+ },
61
  ]
62
  pipe({'audio': audio, turns=turns, 'sampling_rate': sr}, max_new_tokens=30)
63
  ```