Spaces:
Runtime error
Runtime error
Commit
·
735c4a0
1
Parent(s):
90bd936
Update app.py
Browse files
app.py
CHANGED
@@ -304,12 +304,12 @@ with gr.Blocks(css="style.css") as demo:
|
|
304 |
outputs = [output_video, frames, latents, inverted_latents, do_inversion]
|
305 |
)
|
306 |
|
307 |
-
|
308 |
-
|
309 |
-
|
310 |
-
|
311 |
-
|
312 |
-
|
313 |
|
314 |
|
315 |
|
|
|
304 |
outputs = [output_video, frames, latents, inverted_latents, do_inversion]
|
305 |
)
|
306 |
|
307 |
+
gr.Examples(
|
308 |
+
examples=get_example(),
|
309 |
+
label='Examples',
|
310 |
+
inputs=[input_vid],
|
311 |
+
outputs=[input_vid]
|
312 |
+
)
|
313 |
|
314 |
|
315 |
|