farzadab commited on
Commit
fb6249a
1 Parent(s): 06cfca8

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +1 -1
README.md CHANGED
@@ -59,7 +59,7 @@ turns = [
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
  ```
64
 
65
 
 
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
  ```
64
 
65