ERGS commited on
Commit
8c8cf79
1 Parent(s): a762fe6

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +2 -2
README.md CHANGED
@@ -25,9 +25,9 @@ havent tested:
25
 
26
 
27
  Example use:
28
- '''python
29
  from EdAixml import VideoAudioFeatureExtractor
30
 
31
  extractor = VideoAudioFeatureExtractor("D:\\path\\to\\video.mp4", "D:\\path\\to\\Export\\Location\\generated.xml")
32
  extractor.process_video()
33
- '''
 
25
 
26
 
27
  Example use:
28
+ ```python
29
  from EdAixml import VideoAudioFeatureExtractor
30
 
31
  extractor = VideoAudioFeatureExtractor("D:\\path\\to\\video.mp4", "D:\\path\\to\\Export\\Location\\generated.xml")
32
  extractor.process_video()
33
+ ```