nkasmanoff commited on
Commit
4c16cd7
1 Parent(s): a40cc28

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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,