nkasmanoff commited on
Commit
26177cc
·
1 Parent(s): 25f6458

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -100,8 +100,8 @@ input = gr.inputs.Image(label="Please upload an image", type = 'pil', optional=T
100
  output = gr.outputs.Textbox(type="text",label="Captions")
101
 
102
 
103
- title = "Satellite Image Knowledge Extraction"
104
- description = "Provide an image, receive back a triplet that can be used to form a knowledge graph."
105
 
106
  interface = gr.Interface(
107
  fn=predict,
 
100
  output = gr.outputs.Textbox(type="text",label="Captions")
101
 
102
 
103
+ title = "Satellite Image Captioning"
104
+ description = "Provide an image, receive a description of the event with predictions about location, date, observing instrument, and possible event type."
105
 
106
  interface = gr.Interface(
107
  fn=predict,