Obai33 commited on
Commit
f427500
·
verified ·
1 Parent(s): 059ffa9

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -0
app.py CHANGED
@@ -98,6 +98,7 @@ with open(local_filename, 'wb') as f:
98
  # Load the pre-trained model
99
  model = tf.keras.models.load_model(local_filename)
100
 
 
101
 
102
  # Check if the 'glorot_uniform' initializer is available
103
  if 'glorot_uniform' in tf.keras.initializers.__dict__:
 
98
  # Load the pre-trained model
99
  model = tf.keras.models.load_model(local_filename)
100
 
101
+ print('at least the model is useable')
102
 
103
  # Check if the 'glorot_uniform' initializer is available
104
  if 'glorot_uniform' in tf.keras.initializers.__dict__: