anyonehomep1mane commited on
Commit ·
e344222
1
Parent(s): 61c7585
Code Changes
Browse files- app.py +3 -3
- cat.jpg +2 -2
- baklava.jpg → fridge.jpg +2 -2
- zebra.jpg +3 -0
app.py
CHANGED
|
@@ -99,9 +99,9 @@ with gr.Blocks(title="AI Document Summarizer") as demo:
|
|
| 99 |
with gr.Row(equal_height=True):
|
| 100 |
gr.Examples(
|
| 101 |
examples=[
|
| 102 |
-
["./
|
| 103 |
-
["./cat.jpg", "a cat, two cats, three cats"],
|
| 104 |
-
["./
|
| 105 |
],
|
| 106 |
inputs=[image_input, text_input],
|
| 107 |
outputs=[metaclip_output],
|
|
|
|
| 99 |
with gr.Row(equal_height=True):
|
| 100 |
gr.Examples(
|
| 101 |
examples=[
|
| 102 |
+
["./zebra.jpg", "a photo of a zebra, a photo of a horse, a photo of a donkey"],
|
| 103 |
+
["./cat.jpg", "a photo of a cat, a photo of two cats, a photo of three cats"],
|
| 104 |
+
["./fridge.jpg", "a photo of a fridge, a photo of a cupboard, a photo of a wardrobe"]
|
| 105 |
],
|
| 106 |
inputs=[image_input, text_input],
|
| 107 |
outputs=[metaclip_output],
|
cat.jpg
CHANGED
|
Git LFS Details
|
|
Git LFS Details
|
baklava.jpg → fridge.jpg
RENAMED
|
File without changes
|
zebra.jpg
ADDED
|
Git LFS Details
|