nkasmanoff commited on
Commit
0a479b8
·
1 Parent(s): 043214e

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -106,7 +106,7 @@ output = gr.outputs.Textbox(type="text",label="Captions")
106
 
107
 
108
  title = "Satellite Image Knowledge Extraction"
109
- description = "Provide an image taken from above, and receive back a corresponding head-relation-tail triplet that can be used to form a knowledge graph."
110
 
111
  interface = gr.Interface(
112
  fn=predict,
 
106
 
107
 
108
  title = "Satellite Image Knowledge Extraction"
109
+ description = "Provide an image, receive back a triplet that can be used to form a knowledge graph."
110
 
111
  interface = gr.Interface(
112
  fn=predict,