BilalHasan commited on
Commit
9d79fa0
1 Parent(s): d89a5b6

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +2 -0
README.md CHANGED
@@ -34,6 +34,7 @@ This model is the fine-tuned version of **DistilHuBERT** which classifies emotio
34
  - **Loss:** 0.10 on the test dataset
35
 
36
  ## Usage
 
37
  from transformers import pipeline
38
 
39
  pipe = pipeline(
@@ -42,6 +43,7 @@ pipe = pipeline(
42
  )
43
 
44
  emotion = pipe(path_to_your_audio)
 
45
 
46
  ## Demo
47
  You can access the live demo of the app on [Hugging Face Spaces](https://huggingface.co/spaces/BilalHasan/Mood-Based-Yoga-Session-Recommendation).
 
34
  - **Loss:** 0.10 on the test dataset
35
 
36
  ## Usage
37
+ ```bash
38
  from transformers import pipeline
39
 
40
  pipe = pipeline(
 
43
  )
44
 
45
  emotion = pipe(path_to_your_audio)
46
+ ```
47
 
48
  ## Demo
49
  You can access the live demo of the app on [Hugging Face Spaces](https://huggingface.co/spaces/BilalHasan/Mood-Based-Yoga-Session-Recommendation).