Spaces:
Running
on
Zero
Running
on
Zero
df
Browse files
routers/gra_06_video/video.py
CHANGED
@@ -61,7 +61,7 @@ with gr.Blocks(css='style.css') as gradio_interface:
|
|
61 |
gr.Markdown(DESCRIPTION)
|
62 |
with gr.Group():
|
63 |
#with gr.Box():
|
64 |
-
with gr.Row(elem_id='prompt-container')
|
65 |
prompt = gr.Text(
|
66 |
label='Prompt',
|
67 |
show_label=False,
|
|
|
61 |
gr.Markdown(DESCRIPTION)
|
62 |
with gr.Group():
|
63 |
#with gr.Box():
|
64 |
+
with gr.Row(elem_id='prompt-container'):
|
65 |
prompt = gr.Text(
|
66 |
label='Prompt',
|
67 |
show_label=False,
|