Spaces:
Runtime error
Runtime error
Commit ·
cac8567
1
Parent(s): bd86b24
Update image_captioning.py
Browse files- image_captioning.py +1 -1
image_captioning.py
CHANGED
|
@@ -1,4 +1,4 @@
|
|
| 1 |
-
|
| 2 |
import numpy as np
|
| 3 |
from tensorflow.keras.applications.inception_v3 import preprocess_input
|
| 4 |
from tensorflow.keras.models import Model, load_model
|
|
|
|
| 1 |
+
import tensorflow as tf
|
| 2 |
import numpy as np
|
| 3 |
from tensorflow.keras.applications.inception_v3 import preprocess_input
|
| 4 |
from tensorflow.keras.models import Model, load_model
|