nkasmanoff commited on
Commit
ddf0c20
·
1 Parent(s): 7ec2928

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -18,7 +18,7 @@ def predict(image,max_length=64,device='cpu'):
18
  return generated_caption
19
 
20
 
21
- input = gr.inputs.Image(label="Upload your Image", type = 'pil', optional=True)
22
  output = gr.outputs.Textbox(type="text",label="Captions")
23
 
24
 
 
18
  return generated_caption
19
 
20
 
21
+ input = gr.inputs.Image(label="Please upload a remote sensing image", type = 'pil', optional=True)
22
  output = gr.outputs.Textbox(type="text",label="Captions")
23
 
24