Spaces:
Runtime error
Runtime error
encounter1997
commited on
Commit
β’
c308206
1
Parent(s):
38f80e4
one less demo
Browse files
gradio_demo/app_running.py
CHANGED
@@ -132,15 +132,6 @@ def create_demo(runner: Runner,
|
|
132 |
False, None,
|
133 |
],
|
134 |
|
135 |
-
[
|
136 |
-
'CompVis/stable-diffusion-v1-4',
|
137 |
-
"data/brown-bear.mp4",
|
138 |
-
'A brown bear is sitting on the ground.',
|
139 |
-
8, 0, 6,
|
140 |
-
'A black bear is sitting on the grass.',
|
141 |
-
7.5, 512, 33,
|
142 |
-
False, None,
|
143 |
-
],
|
144 |
]
|
145 |
gr.Examples(examples=examples,
|
146 |
fn=runner.run_vid2vid_zero,
|
|
|
132 |
False, None,
|
133 |
],
|
134 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
135 |
]
|
136 |
gr.Examples(examples=examples,
|
137 |
fn=runner.run_vid2vid_zero,
|