Mthd98 commited on
Commit
a9011aa
1 Parent(s): 4c30020

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -0
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