ZELEFACK commited on
Commit
693b5b6
·
1 Parent(s): 84099a2

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -1,6 +1,6 @@
1
  import gradio as gr
2
  import tensorflow as tf
3
- model_0 = tf.keras.models.load_model('bestmodel_porno_final_meilleure100%2.0.h5')
4
  def classify_image(inp):
5
  inp = inp.reshape((-1, 224, 224, 3))
6
  prediction = model_0.predict(inp)
 
1
  import gradio as gr
2
  import tensorflow as tf
3
+ model_0 = tf.keras.models.load_model('bestmodel.h5')
4
  def classify_image(inp):
5
  inp = inp.reshape((-1, 224, 224, 3))
6
  prediction = model_0.predict(inp)