Spaces:
Runtime error
Runtime error
LeoXing1996
commited on
Commit
·
e27974f
1
Parent(s):
8a224ce
debug example
Browse files- app-example-debug.py +28 -28
app-example-debug.py
CHANGED
@@ -109,34 +109,34 @@ with gr.Blocks() as demo:
|
|
109 |
# ]
|
110 |
# ])
|
111 |
|
112 |
-
with gr.Accordion('Examples for Motion Magnitude', open=False):
|
113 |
-
|
114 |
-
|
115 |
-
|
116 |
-
|
117 |
-
|
118 |
-
|
119 |
-
|
120 |
-
|
121 |
-
|
122 |
-
|
123 |
-
|
124 |
-
|
125 |
-
|
126 |
-
|
127 |
-
|
128 |
-
|
129 |
-
|
130 |
-
|
131 |
-
|
132 |
-
|
133 |
-
|
134 |
-
|
135 |
-
|
136 |
-
|
137 |
-
|
138 |
-
|
139 |
-
|
140 |
|
141 |
|
142 |
demo.launch()
|
|
|
109 |
# ]
|
110 |
# ])
|
111 |
|
112 |
+
# with gr.Accordion('Examples for Motion Magnitude', open=False):
|
113 |
+
# create_example(
|
114 |
+
# [
|
115 |
+
# [
|
116 |
+
# './__assets__/image_animation/magnitude/labrador.png',
|
117 |
+
# './__assets__/image_animation/magnitude/1.mp4',
|
118 |
+
# 'cherry blossoms in the wind, raidenshogundef, yaemikodef, best quality, 4k',
|
119 |
+
# 'wrong white balance, dark, sketches,worst quality,low quality, deformed, distorted, disfigured, bad eyes, wrong lips,weird mouth, bad teeth, mutated hands and fingers, bad anatomy,wrong anatomy, amputation, extra limb, missing limb, floating,limbs, disconnected limbs, mutation, ugly, disgusting, bad_pictures, negative_hand-neg',
|
120 |
+
# '3d_cartoon',
|
121 |
+
# 1,
|
122 |
+
# ],
|
123 |
+
# [
|
124 |
+
# './__assets__/image_animation/magnitude/labrador.png',
|
125 |
+
# './__assets__/image_animation/magnitude/2.mp4',
|
126 |
+
# 'cherry blossoms in the wind, raidenshogundef, yaemikodef, best quality, 4k',
|
127 |
+
# 'wrong white balance, dark, sketches,worst quality,low quality, deformed, distorted, disfigured, bad eyes, wrong lips,weird mouth, bad teeth, mutated hands and fingers, bad anatomy,wrong anatomy, amputation, extra limb, missing limb, floating,limbs, disconnected limbs, mutation, ugly, disgusting, bad_pictures, negative_hand-neg',
|
128 |
+
# '3d_cartoon',
|
129 |
+
# 2,
|
130 |
+
# ],
|
131 |
+
# [
|
132 |
+
# './__assets__/image_animation/magnitude/labrador.png',
|
133 |
+
# './__assets__/image_animation/magnitude/3.mp4',
|
134 |
+
# 'cherry blossoms in the wind, raidenshogundef, yaemikodef, best quality, 4k',
|
135 |
+
# 'wrong white balance, dark, sketches,worst quality,low quality, deformed, distorted, disfigured, bad eyes, wrong lips,weird mouth, bad teeth, mutated hands and fingers, bad anatomy,wrong anatomy, amputation, extra limb, missing limb, floating,limbs, disconnected limbs, mutation, ugly, disgusting, bad_pictures, negative_hand-neg',
|
136 |
+
# '3d_cartoon',
|
137 |
+
# 3,
|
138 |
+
# ]
|
139 |
+
# ])
|
140 |
|
141 |
|
142 |
demo.launch()
|