bimal590 commited on
Commit
765c1a5
·
1 Parent(s): 04d86df

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -0
app.py CHANGED
@@ -1,6 +1,8 @@
1
 
2
  import gradio as gr
3
  import tensorflow as tf
 
 
4
 
5
  # def is_cat(x) : return x[0].isupper()
6
 
 
1
 
2
  import gradio as gr
3
  import tensorflow as tf
4
+ import tensorflow_hub as hub
5
+
6
 
7
  # def is_cat(x) : return x[0].isupper()
8