litagin commited on
Commit
6b94a02
·
verified ·
1 Parent(s): 09957ce

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +1 -1
README.md CHANGED
@@ -24,7 +24,7 @@ pipe = pipeline(
24
  device="cuda",
25
  )
26
 
27
- audio_path = r"C:\AI\benchmark\game2\data\ai_0092.wav"
28
  result = pipe(audio_path)
29
  print(result)
30
  ```
 
24
  device="cuda",
25
  )
26
 
27
+ audio_path = "path/to/audio.wav"
28
  result = pipe(audio_path)
29
  print(result)
30
  ```