Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
|
@@ -336,7 +336,7 @@ with gr.Blocks(css=css) as demo:
|
|
| 336 |
)
|
| 337 |
use_as_input_button = gr.Button("Use as Input Image", visible=False)
|
| 338 |
video_output = gr.Video(label="Outpainting Video")
|
| 339 |
-
gr.
|
| 340 |
examples=["hide.png", "disaster.png"],
|
| 341 |
fn=loop_outpainting,
|
| 342 |
inputs=input_image,
|
|
|
|
| 336 |
)
|
| 337 |
use_as_input_button = gr.Button("Use as Input Image", visible=False)
|
| 338 |
video_output = gr.Video(label="Outpainting Video")
|
| 339 |
+
gr.Examples(
|
| 340 |
examples=["hide.png", "disaster.png"],
|
| 341 |
fn=loop_outpainting,
|
| 342 |
inputs=input_image,
|