Spaces:
Build error
Build error
Update app.py
Browse files
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__:
|