ginipick commited on
Commit
61efe62
·
verified ·
1 Parent(s): 1d8062c

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
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
- ["Convert the formula into LaTeX code.", "equation.png"],
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
- "An intricately designed eye with ornate swirl patterns, vivid blue iris, and classical architectural motifs, exuding mysterious timelessness."
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
  )