NKASG commited on
Commit
cb039f6
·
verified ·
1 Parent(s): fd4938a

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +4 -0
app.py CHANGED
@@ -1,3 +1,7 @@
 
 
 
 
1
  inception_net = tf.keras.applications.MobileNetV2()
2
  response = requests.get("https://git.io/JJkYN")
3
  labels = response.text.split("\n")
 
1
+ import tensorflow as tf
2
+ import requests
3
+ import gradio as gr
4
+
5
  inception_net = tf.keras.applications.MobileNetV2()
6
  response = requests.get("https://git.io/JJkYN")
7
  labels = response.text.split("\n")