long candy support
This commit is contained in:
5
PythonModelAPI/test.py
Normal file
5
PythonModelAPI/test.py
Normal 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)
|
||||
Reference in New Issue
Block a user