Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
|
@@ -8,8 +8,6 @@ import numpy as np
|
|
| 8 |
import tensorflow as tf
|
| 9 |
from tensorflow.keras.models import load_model
|
| 10 |
|
| 11 |
-
|
| 12 |
-
|
| 13 |
# def trained_model(model_path):
|
| 14 |
|
| 15 |
# input_visual = tf.keras.Input((120, 120, 3, 10), name="input_visual") # 90 - 120
|
|
|
|
| 8 |
import tensorflow as tf
|
| 9 |
from tensorflow.keras.models import load_model
|
| 10 |
|
|
|
|
|
|
|
| 11 |
# def trained_model(model_path):
|
| 12 |
|
| 13 |
# input_visual = tf.keras.Input((120, 120, 3, 10), name="input_visual") # 90 - 120
|