Spaces:
Runtime error
Runtime error
Commit
·
0a479b8
1
Parent(s):
043214e
Update app.py
Browse files
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
|
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,
|