Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -75,8 +75,7 @@ with gr.Blocks(theme='snehilsanyal/scikit-learn') as app:
|
|
75 |
gr.Markdown("## Examples")
|
76 |
gr.Examples(
|
77 |
[["what is in the image", "Vision classification"], ["Alternative title", "Vision completion-understanding"],["How many birds", "ViT Completion"]],
|
78 |
-
|
79 |
-
txt_3,
|
80 |
combine,
|
81 |
cache_examples=True,
|
82 |
)
|
|
|
75 |
gr.Markdown("## Examples")
|
76 |
gr.Examples(
|
77 |
[["what is in the image", "Vision classification"], ["Alternative title", "Vision completion-understanding"],["How many birds", "ViT Completion"]],
|
78 |
+
|
|
|
79 |
combine,
|
80 |
cache_examples=True,
|
81 |
)
|