TuringsSolutions commited on
Commit
c537534
1 Parent(s): 1149e5f

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -0
app.py CHANGED
@@ -1,5 +1,6 @@
1
  import gradio as gr
2
  import numpy as np
 
3
  from keras.applications.mobilenet_v2 import MobileNetV2, preprocess_input
4
  from keras.models import Model
5
  import matplotlib.pyplot as plt
 
1
  import gradio as gr
2
  import numpy as np
3
+ import tensorflow as tf
4
  from keras.applications.mobilenet_v2 import MobileNetV2, preprocess_input
5
  from keras.models import Model
6
  import matplotlib.pyplot as plt