nkasmanoff commited on
Commit
04baa0a
·
1 Parent(s): 6492ec7

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -24,7 +24,7 @@ input = gr.inputs.Image(label="Upload your Image", type = 'pil', optional=True)
24
  output = gr.outputs.Textbox(type="text",label="Captions")
25
 
26
 
27
- title = "Image Captioning"
28
 
29
  interface = gr.Interface(
30
  fn=predict,
 
24
  output = gr.outputs.Textbox(type="text",label="Captions")
25
 
26
 
27
+ title = "Satellite Image Captioning"
28
 
29
  interface = gr.Interface(
30
  fn=predict,