Spaces:
Runtime error
Runtime error
Commit
·
26177cc
1
Parent(s):
25f6458
Update app.py
Browse files
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
|
104 |
-
description = "Provide an image, receive
|
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,
|