Spaces:
Runtime error
Runtime error
Commit ·
4c16cd7
1
Parent(s): a40cc28
Update app.py
Browse files
app.py
CHANGED
|
@@ -25,7 +25,7 @@ output = gr.outputs.Textbox(type="text",label="Captions")
|
|
| 25 |
|
| 26 |
|
| 27 |
title = "Satellite Image Captioning"
|
| 28 |
-
description = "Provide an image, receive a description of the event with predictions about location, date, observing instrument, and possible event type."
|
| 29 |
|
| 30 |
interface = gr.Interface(
|
| 31 |
fn=predict,
|
|
|
|
| 25 |
|
| 26 |
|
| 27 |
title = "Satellite Image Captioning"
|
| 28 |
+
description = "Provide an image, receive a description of the event with predictions about location, date, observing instrument, and possible event type. For best results, please consider using images only from NASA Earth."
|
| 29 |
|
| 30 |
interface = gr.Interface(
|
| 31 |
fn=predict,
|