prithivMLmods commited on
Commit
3f35a8a
·
verified ·
1 Parent(s): 09d3bab

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +2 -3
README.md CHANGED
@@ -51,9 +51,8 @@ Class 1: male
51
 
52
  ## Install Dependencies
53
 
54
- ```py
55
- %%capture
56
- !pip install -q gradio transformers torch librosa hf_xet
57
  ```
58
 
59
  ---
 
51
 
52
  ## Install Dependencies
53
 
54
+ ```bash
55
+ pip install -q gradio transformers torch librosa hf_xet
 
56
  ```
57
 
58
  ---