Update app.py
Browse files
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],
|