DHEIVER commited on
Commit
0f2ceae
1 Parent(s): bc8fbc4

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -0
app.py CHANGED
@@ -1,6 +1,7 @@
1
  import gradio as gr
2
  import tensorflow as tf
3
  import numpy as np
 
4
 
5
  # Load the model
6
  model = tf.keras.models.load_model('stomach.h5')
 
1
  import gradio as gr
2
  import tensorflow as tf
3
  import numpy as np
4
+ from gradio import components
5
 
6
  # Load the model
7
  model = tf.keras.models.load_model('stomach.h5')