Spaces:
Running
on
Zero
Running
on
Zero
Update app.py
Browse files
app.py
CHANGED
@@ -232,7 +232,7 @@ with gr.Blocks(css=custom_css, title="Multimodal & T2I Demo") as demo:
|
|
232 |
label="Multimodal Understanding Examples",
|
233 |
examples=[
|
234 |
["explain this meme", "doge.png"],
|
235 |
-
["
|
236 |
],
|
237 |
inputs=[question_input, image_input],
|
238 |
)
|
@@ -260,7 +260,7 @@ with gr.Blocks(css=custom_css, title="Multimodal & T2I Demo") as demo:
|
|
260 |
"The face of a beautiful girl",
|
261 |
"Astronaut in a jungle, cold color palette, muted colors, detailed, 8k",
|
262 |
"A cute and adorable baby fox with big brown eyes, autumn leaves in the background enchanting, immortal, fluffy, shiny mane, petals, fairyism, unreal engine 5 and Octane Render, highly detailed, photorealistic, cinematic, natural colors.",
|
263 |
-
"
|
264 |
],
|
265 |
inputs=prompt_input,
|
266 |
)
|
|
|
232 |
label="Multimodal Understanding Examples",
|
233 |
examples=[
|
234 |
["explain this meme", "doge.png"],
|
235 |
+
["이 이미지를 설명해줘", "korean_example.png"]
|
236 |
],
|
237 |
inputs=[question_input, image_input],
|
238 |
)
|
|
|
260 |
"The face of a beautiful girl",
|
261 |
"Astronaut in a jungle, cold color palette, muted colors, detailed, 8k",
|
262 |
"A cute and adorable baby fox with big brown eyes, autumn leaves in the background enchanting, immortal, fluffy, shiny mane, petals, fairyism, unreal engine 5 and Octane Render, highly detailed, photorealistic, cinematic, natural colors.",
|
263 |
+
"고양이가 우주복을 입고 달에 있는 모습"
|
264 |
],
|
265 |
inputs=prompt_input,
|
266 |
)
|