Adeptschneider commited on
Commit
f68b9eb
·
verified ·
1 Parent(s): 1408c76

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +2 -0
README.md CHANGED
@@ -24,6 +24,8 @@ For more information concerning the model check the following [notebook implemen
24
 
25
  ### Load and use for inference
26
 
 
 
27
  ```python
28
  import tensorflow as tf
29
  reloaded = tf.saved_model.load('translator')
 
24
 
25
  ### Load and use for inference
26
 
27
+ - Create a directory `translator` which should contain the Huggingface repo model weights and assets.
28
+
29
  ```python
30
  import tensorflow as tf
31
  reloaded = tf.saved_model.load('translator')