svjack commited on
Commit
41b1bbb
Β·
verified Β·
1 Parent(s): de1885d

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -1
app.py CHANGED
@@ -230,7 +230,8 @@ with gr.Blocks() as demo:
230
  gr.Examples(
231
  examples=[
232
  ["anime_kiss.mp4", 27, "A romantic kiss scene between two characters"],
233
- ["anime_tear.mp4", 30, "An anime character is crying."]
 
234
  ],
235
  inputs=[video_input, threshold, query_input],
236
  outputs=[json_output, file_output, gallery_output, plot_output],
 
230
  gr.Examples(
231
  examples=[
232
  ["anime_kiss.mp4", 27, "A romantic kiss scene between two characters"],
233
+ ["anime_tear.mp4", 30, "An anime character is crying."],
234
+ ["[P1]γ€ŠεŽŸη₯žγ€‹5.4η‰ˆζœ¬PVοΌšγ€Œζ’¦ι—΄θ§ζœˆζ˜Žγ€.mp4", 27, "A lady with a fan."]
235
  ],
236
  inputs=[video_input, threshold, query_input],
237
  outputs=[json_output, file_output, gallery_output, plot_output],