Update app.py
Browse files
app.py
CHANGED
|
@@ -19,7 +19,7 @@ def launch(input):
|
|
| 19 |
|
| 20 |
return outputs
|
| 21 |
|
| 22 |
-
description = "Simple BLIP
|
| 23 |
|
| 24 |
iface = gr.Interface(launch, description=description, inputs=gr.inputs.File(file_count="multiple"), outputs="text")
|
| 25 |
iface.launch()
|
|
|
|
| 19 |
|
| 20 |
return outputs
|
| 21 |
|
| 22 |
+
description = "Simple BLIP image captioning app that supports multiple images as input."
|
| 23 |
|
| 24 |
iface = gr.Interface(launch, description=description, inputs=gr.inputs.File(file_count="multiple"), outputs="text")
|
| 25 |
iface.launch()
|