Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -32,7 +32,7 @@ with gr.Blocks() as app:
|
|
32 |
with gr.Column():
|
33 |
clip_output = gr.Label(label="Output", num_top_classes=3)
|
34 |
|
35 |
-
examples = [["image_8.webp", "girl, boy, lgbtq"]]
|
36 |
gr.Examples(
|
37 |
examples=examples,
|
38 |
inputs=[image_input, text_input],
|
|
|
32 |
with gr.Column():
|
33 |
clip_output = gr.Label(label="Output", num_top_classes=3)
|
34 |
|
35 |
+
examples = [["image_8.webp", "girl, boy, lgbtq"],["image_8.webp", "seo jun park, dr chamyoung , dr stone"],["image_8.webp", "human , dog, god"],["image_8.webp", "asian , russian , american, indian , european"]]
|
36 |
gr.Examples(
|
37 |
examples=examples,
|
38 |
inputs=[image_input, text_input],
|