xeroISB commited on
Commit
0ec8368
·
verified ·
1 Parent(s): 92baaec

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +1 -1
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)