Spaces:
Running
on
Zero
Running
on
Zero
Commit
·
286f8ab
1
Parent(s):
735c4a0
Update app.py
Browse files
app.py
CHANGED
|
@@ -307,8 +307,8 @@ with gr.Blocks(css="style.css") as demo:
|
|
| 307 |
gr.Examples(
|
| 308 |
examples=get_example(),
|
| 309 |
label='Examples',
|
| 310 |
-
inputs=[
|
| 311 |
-
outputs=[
|
| 312 |
)
|
| 313 |
|
| 314 |
|
|
|
|
| 307 |
gr.Examples(
|
| 308 |
examples=get_example(),
|
| 309 |
label='Examples',
|
| 310 |
+
inputs=[input_video],
|
| 311 |
+
outputs=[output_video]
|
| 312 |
)
|
| 313 |
|
| 314 |
|