Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -1,6 +1,7 @@
|
|
1 |
import tensorflow as tf
|
2 |
import numpy as np
|
3 |
import requests
|
|
|
4 |
|
5 |
model = tf.keras.applications.DenseNet121(input_shape=(224, 224, 3))
|
6 |
|
|
|
1 |
import tensorflow as tf
|
2 |
import numpy as np
|
3 |
import requests
|
4 |
+
import gradio as gr
|
5 |
|
6 |
model = tf.keras.applications.DenseNet121(input_shape=(224, 224, 3))
|
7 |
|