Spaces:
Runtime error
Runtime error
LeoXing1996
commited on
Commit
•
0ec7383
1
Parent(s):
c82fe37
debug example
Browse files- app-example-debug.py +19 -19
app-example-debug.py
CHANGED
@@ -34,27 +34,27 @@ with gr.Blocks() as demo:
|
|
34 |
|
35 |
)
|
36 |
|
37 |
-
with gr.Accordion('More Examples for Style Transfer', open=False):
|
38 |
-
|
39 |
-
|
40 |
|
41 |
-
|
42 |
-
|
43 |
-
|
44 |
-
|
45 |
-
|
46 |
-
|
47 |
-
|
48 |
-
|
49 |
-
|
50 |
-
|
51 |
-
|
52 |
-
|
53 |
-
|
54 |
-
|
55 |
-
|
56 |
|
57 |
-
|
58 |
|
59 |
# with gr.Accordion('More Examples for Prompt Changing', open=False):
|
60 |
# create_example(
|
|
|
34 |
|
35 |
)
|
36 |
|
37 |
+
# with gr.Accordion('More Examples for Style Transfer', open=False):
|
38 |
+
# create_example([
|
39 |
+
# [
|
40 |
|
41 |
+
# './__assets__/image_animation/style_transfer/anya/anya.jpg',
|
42 |
+
# './__assets__/image_animation/style_transfer/anya/2.mp4',
|
43 |
+
# '1girl open mouth ',
|
44 |
+
# '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',
|
45 |
+
# '3d_cartoon',
|
46 |
+
# 3,
|
47 |
+
# ],
|
48 |
+
# [
|
49 |
+
# './__assets__/image_animation/magnitude/genshin/genshin.jpg',
|
50 |
+
# './__assets__/image_animation/magnitude/genshin/3.mp4',
|
51 |
+
# 'cherry blossoms in the wind, raidenshogundef, yaemikodef, best quality, 4k',
|
52 |
+
# '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',
|
53 |
+
# '3d_cartoon',
|
54 |
+
# 3,
|
55 |
+
# ],
|
56 |
|
57 |
+
# ])
|
58 |
|
59 |
# with gr.Accordion('More Examples for Prompt Changing', open=False):
|
60 |
# create_example(
|