Spaces:
Build error
Build error
Add application file
Browse files
app.py
CHANGED
|
@@ -19,7 +19,7 @@ feature_extractor = hf_hub_download(
|
|
| 19 |
filename="feature_extractor.keras"
|
| 20 |
)
|
| 21 |
|
| 22 |
-
feature_extractor = tf.keras.models.load_model(model_path)
|
| 23 |
print("Model loaded successfully!")
|
| 24 |
|
| 25 |
|
|
|
|
| 19 |
filename="feature_extractor.keras"
|
| 20 |
)
|
| 21 |
|
| 22 |
+
#feature_extractor = tf.keras.models.load_model(model_path)
|
| 23 |
print("Model loaded successfully!")
|
| 24 |
|
| 25 |
|