Update app.py
Browse files
app.py
CHANGED
|
@@ -130,7 +130,8 @@ def gradio_interface():
|
|
| 130 |
submit_button = gr.Button("Process")
|
| 131 |
gr.Examples(
|
| 132 |
examples = examples_folder,
|
| 133 |
-
inputs = [input_image]
|
|
|
|
| 134 |
)
|
| 135 |
|
| 136 |
output_video= gr.Video(label="Output Video")
|
|
|
|
| 130 |
submit_button = gr.Button("Process")
|
| 131 |
gr.Examples(
|
| 132 |
examples = examples_folder,
|
| 133 |
+
inputs = [input_image],
|
| 134 |
+
examples_per_page = 9
|
| 135 |
)
|
| 136 |
|
| 137 |
output_video= gr.Video(label="Output Video")
|