long candy support

This commit is contained in:
meelstorm
2025-08-28 16:30:52 +02:00
parent bf13a5ea2d
commit d52c844b5d
24 changed files with 1714 additions and 16 deletions

5
PythonModelAPI/test.py Normal file
View File

@@ -0,0 +1,5 @@
import tensorflow as tf
import time
tf.keras.models.load_model("office4_tr.h5")
# sleep for 5 seconds to simulate long loading time
time.sleep(5)