Spaces:
Build error
Build error
autonomous019
commited on
Commit
•
fe25003
1
Parent(s):
7e72612
Update app.py
Browse files
app.py
CHANGED
@@ -158,7 +158,7 @@ image = gr.inputs.Image(type="pil")
|
|
158 |
label = gr.outputs.Label(num_top_classes=5)
|
159 |
#examples = [ ["cats.jpg"], ["batter.jpg"],["drinkers.jpg"] ]
|
160 |
examples = [ ["batter.jpg"] ]
|
161 |
-
title = "Generate a Story from an Image"
|
162 |
description = "Demo for classifying images with Perceiver IO. To use it, simply upload an image and click 'submit', a story is autogenerated as well, story generated using Bigscience/BLOOM"
|
163 |
article = "<p style='text-align: center'></p>"
|
164 |
|
|
|
158 |
label = gr.outputs.Label(num_top_classes=5)
|
159 |
#examples = [ ["cats.jpg"], ["batter.jpg"],["drinkers.jpg"] ]
|
160 |
examples = [ ["batter.jpg"] ]
|
161 |
+
title = "Generate a Story from an Image using BLOOM"
|
162 |
description = "Demo for classifying images with Perceiver IO. To use it, simply upload an image and click 'submit', a story is autogenerated as well, story generated using Bigscience/BLOOM"
|
163 |
article = "<p style='text-align: center'></p>"
|
164 |
|