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