juancopi81 commited on
Commit
7102a57
1 Parent(s): 78eeef8

Change caperucita example

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -296,7 +296,7 @@ with block as demo:
296
  share_button.click(None, [], [], _js=share_js)
297
  gr.Examples(
298
  examples=[["https://www.youtube.com/watch?v=c0i5016pB2Y", "English", "Spanish", "oil on painting"],
299
- ["https://www.youtube.com/watch?v=Hk5evm1NgzA", "Spanish", "English", "trending on artstation pixiv makoto shinkai smiling super heterochromia detailed eyes eyebrowless symmetry face visual novel hairpin star"],
300
  ["https://www.youtube.com/watch?v=sRmmQBBln9Q", "Spanish", "Spanish", "Hyper real, 4k"],
301
  ["https://www.youtube.com/watch?v=qz4Wc48KITA", "Spanish", "English", "detailed art by kay nielsen and walter crane, illustration style, watercolor"]],
302
  inputs=[url, video_language, summary_language, video_styles]
 
296
  share_button.click(None, [], [], _js=share_js)
297
  gr.Examples(
298
  examples=[["https://www.youtube.com/watch?v=c0i5016pB2Y", "English", "Spanish", "oil on painting"],
299
+ ["https://www.youtube.com/watch?v=Hk5evm1NgzA", "Spanish", "English", "trending on artstation pixiv makoto shinkai"],
300
  ["https://www.youtube.com/watch?v=sRmmQBBln9Q", "Spanish", "Spanish", "Hyper real, 4k"],
301
  ["https://www.youtube.com/watch?v=qz4Wc48KITA", "Spanish", "English", "detailed art by kay nielsen and walter crane, illustration style, watercolor"]],
302
  inputs=[url, video_language, summary_language, video_styles]