Update README.md
Browse files
README.md
CHANGED
@@ -20,7 +20,7 @@ model = load_model("my_model.h5")
|
|
20 |
# Predict
|
21 |
predictions = model.predict(X)
|
22 |
Model Details
|
23 |
-
|
24 |
Framework: TensorFlow / Keras
|
25 |
Input features: Text and numerical features
|
26 |
Output: Duration category (short, medium, long)
|
|
|
20 |
# Predict
|
21 |
predictions = model.predict(X)
|
22 |
Model Details
|
23 |
+
```
|
24 |
Framework: TensorFlow / Keras
|
25 |
Input features: Text and numerical features
|
26 |
Output: Duration category (short, medium, long)
|