vumichien commited on
Commit
dfede9d
1 Parent(s): 135c8a0

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -0
app.py CHANGED
@@ -2,6 +2,7 @@ from huggingface_hub import from_pretrained_keras
2
  import numpy as np
3
  import json
4
  import gradio as gr
 
5
  import tensorflow as tf
6
  import matplotlib.pyplot as plt
7
  import matplotlib.image as mpimg
 
2
  import numpy as np
3
  import json
4
  import gradio as gr
5
+ import tensorflow_text
6
  import tensorflow as tf
7
  import matplotlib.pyplot as plt
8
  import matplotlib.image as mpimg