Spaces:
Running
Running
Commit
·
214cd0e
1
Parent(s):
cf797e8
model
Browse files- app.py +1 -1
- trained_model/model.txt +1 -0
app.py
CHANGED
|
@@ -7,7 +7,7 @@ import gradio as gr
|
|
| 7 |
|
| 8 |
# Paths
|
| 9 |
working_dir = os.path.dirname(os.path.abspath(__file__))
|
| 10 |
-
model_path = f"{working_dir}/plant_disease_model.tflite"
|
| 11 |
|
| 12 |
# Load TFLite model
|
| 13 |
interpreter = tf.lite.Interpreter(model_path=model_path)
|
|
|
|
| 7 |
|
| 8 |
# Paths
|
| 9 |
working_dir = os.path.dirname(os.path.abspath(__file__))
|
| 10 |
+
model_path = f"{working_dir}/trained_model/plant_disease_model.tflite"
|
| 11 |
|
| 12 |
# Load TFLite model
|
| 13 |
interpreter = tf.lite.Interpreter(model_path=model_path)
|
trained_model/model.txt
ADDED
|
@@ -0,0 +1 @@
|
|
|
|
|
|
|
| 1 |
+
put your model here
|