adnan0509 commited on
Commit
a921cb1
·
verified ·
1 Parent(s): c76537b

Upload app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -0
app.py CHANGED
@@ -2,6 +2,8 @@ import gradio as gr
2
  import numpy as np
3
  from PIL import Image
4
  import tflite_runtime.interpreter as tflite
 
 
5
 
6
  # Load TFLite model
7
  interpreter = tflite.Interpreter(model_path="engagement_model_89.tflite")
 
2
  import numpy as np
3
  from PIL import Image
4
  import tflite_runtime.interpreter as tflite
5
+ import tflite_runtime.interpreter as tflite
6
+
7
 
8
  # Load TFLite model
9
  interpreter = tflite.Interpreter(model_path="engagement_model_89.tflite")