simonlee-cb commited on
Commit
408fffa
·
1 Parent(s): abc4f31

feat: change examples

Browse files
Files changed (1) hide show
  1. gradio_chat.py +2 -2
gradio_chat.py CHANGED
@@ -183,9 +183,9 @@ with gr.Blocks() as demo:
183
  avatar_images=(None, 'https://ai.pydantic.dev/img/logo-white.svg'),
184
  examples=[
185
  {
186
- "text": "Remove the person in the image",
187
  "files": [
188
- "https://www.apple.com/tv-pr/articles/2024/10/apple-tv-unveils-severance-season-two-teaser-ahead-of-the-highly-anticipated-return-of-the-emmy-and-peabody-award-winning-phenomenon/images/big-image/big-image-01/1023024_Severance_Season_Two_Official_Trailer_Big_Image_01_big_image_post.jpg.large_2x.jpg"
189
  ]
190
  },
191
  {
 
183
  avatar_images=(None, 'https://ai.pydantic.dev/img/logo-white.svg'),
184
  examples=[
185
  {
186
+ "text": "Replace the background to the space with stars and planets",
187
  "files": [
188
+ "https://cdn.prod.website-files.com/66f230993926deadc0ac3a44/66f370d65f158cbbcfbcc532_Crossed%20Arms%20Levi%20Meir%20Clancy.jpg"
189
  ]
190
  },
191
  {