Spaces:
Runtime error
Runtime error
Upload app.py
Browse files
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")
|