fbadine commited on
Commit
d85c955
·
1 Parent(s): 3cae155

Update README.md

Browse files

Added the "how to use" section

Files changed (1) hide show
  1. README.md +9 -0
README.md CHANGED
@@ -59,6 +59,15 @@ For more info, please refer to the above link or to the following paper:
59
  ---
60
  ## How to use
61
 
 
 
 
 
 
 
 
 
 
62
  ---
63
  ## Demo
64
  A demo is available in HuggingFace Spaces ...
 
59
  ---
60
  ## How to use
61
 
62
+ Having already installed `huggingface_hub` using:
63
+
64
+ `pip install -U -q huggingface_hub`
65
+
66
+ Use the following in your code:
67
+
68
+ `from huggingface_hub import from_pretrained_keras`
69
+ `model = from_pretrained_keras("fbadine/uk_ireland_accent_classification")`
70
+
71
  ---
72
  ## Demo
73
  A demo is available in HuggingFace Spaces ...