Jyothirmai
commited on
Update app.py
Browse files
app.py
CHANGED
@@ -30,8 +30,8 @@ def generate_caption_cnnrnn(image):
|
|
30 |
# Xnet_features = pickle.load(f)
|
31 |
# image = Xnet_features[image]
|
32 |
# caption = cnn-rnn.get_result(image)
|
33 |
-
|
34 |
-
|
35 |
|
36 |
|
37 |
with gr.Row():
|
|
|
30 |
# Xnet_features = pickle.load(f)
|
31 |
# image = Xnet_features[image]
|
32 |
# caption = cnn-rnn.get_result(image)
|
33 |
+
caption = ""
|
34 |
+
return caption
|
35 |
|
36 |
|
37 |
with gr.Row():
|