Jyothirmai commited on
Commit
4c7d9fb
1 Parent(s): e82dfb2

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
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
- caption = ""
34
- return caption
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():