controllers/gra_06_video/video.py
CHANGED
@@ -57,7 +57,7 @@ examples = [
|
|
57 |
['Spiderman is surfing.', 0, 16, 25],
|
58 |
]
|
59 |
|
60 |
-
with gr.Blocks(
|
61 |
gr.Markdown(DESCRIPTION)
|
62 |
with gr.Group():
|
63 |
with gr.Box():
|
|
|
57 |
['Spiderman is surfing.', 0, 16, 25],
|
58 |
]
|
59 |
|
60 |
+
with gr.Blocks() as gradio_interface:
|
61 |
gr.Markdown(DESCRIPTION)
|
62 |
with gr.Group():
|
63 |
with gr.Box():
|