TF-Keras
chengkunli commited on
Commit
712572c
·
verified ·
1 Parent(s): a0c3835

Add example usage colab

Browse files
Files changed (1) hide show
  1. README.md +1 -2
README.md CHANGED
@@ -40,8 +40,7 @@ image_encoded = tf.reshape(tf.io.encode_jpeg(np.array(image)[:, :, :3]), (1, 1))
40
  output = cf(**{'input_text': input_text, 'image/encoded': image_encoded})
41
  ```
42
 
43
-
44
-
45
 
46
  ## Citation
47
 
 
40
  output = cf(**{'input_text': input_text, 'image/encoded': image_encoded})
41
  ```
42
 
43
+ <span>For full usage, please refer to the notebook: </span> <a href="https://githubtocolab.com/google-research/inksight/blob/main/colab.ipynb" target="_blank"><img src="https://colab.research.google.com/assets/colab-badge.svg" alt="Open In Colab" style="display: inline; vertical-align: middle;"></a>
 
44
 
45
  ## Citation
46