Spaces:
Sleeping
Sleeping
Update app.py
Browse files
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 |
|