jhj0517
commited on
Commit
•
3cf17e5
1
Parent(s):
3fa9e01
update examples
Browse files
app.py
CHANGED
@@ -51,7 +51,7 @@ class App:
|
|
51 |
|
52 |
with gr.Column():
|
53 |
examples = [
|
54 |
-
[os.path.join("examples", "dance.mp4"), os.path.join("examples", "ref.
|
55 |
512, 720, 0, 300]]
|
56 |
ex_step1 = gr.Examples(examples=examples,
|
57 |
inputs=[vid_dance_input, img_pose_input, nb_detect_resolution,
|
|
|
51 |
|
52 |
with gr.Column():
|
53 |
examples = [
|
54 |
+
[os.path.join("examples", "dance.mp4"), os.path.join("examples", "ref.png"),
|
55 |
512, 720, 0, 300]]
|
56 |
ex_step1 = gr.Examples(examples=examples,
|
57 |
inputs=[vid_dance_input, img_pose_input, nb_detect_resolution,
|