abhilash1910 commited on
Commit
0aa69fd
1 Parent(s): 9beb587

Initial commit

Browse files
Files changed (1) hide show
  1. app.py +1 -0
app.py CHANGED
@@ -3,6 +3,7 @@ import tensorflow
3
  import gradio as gr
4
  import numpy as np
5
  from tensorflow.keras.models import load_model
 
6
 
7
  model = load_model('model')
8
  print(model)
 
3
  import gradio as gr
4
  import numpy as np
5
  from tensorflow.keras.models import load_model
6
+ import tensorflow as tf
7
 
8
  model = load_model('model')
9
  print(model)