Spaces:
Runtime error
Runtime error
Commit
·
04baa0a
1
Parent(s):
6492ec7
Update app.py
Browse files
app.py
CHANGED
|
@@ -24,7 +24,7 @@ input = gr.inputs.Image(label="Upload your Image", type = 'pil', optional=True)
|
|
| 24 |
output = gr.outputs.Textbox(type="text",label="Captions")
|
| 25 |
|
| 26 |
|
| 27 |
-
title = "Image Captioning"
|
| 28 |
|
| 29 |
interface = gr.Interface(
|
| 30 |
fn=predict,
|
|
|
|
| 24 |
output = gr.outputs.Textbox(type="text",label="Captions")
|
| 25 |
|
| 26 |
|
| 27 |
+
title = "Satellite Image Captioning"
|
| 28 |
|
| 29 |
interface = gr.Interface(
|
| 30 |
fn=predict,
|