Spaces:
Runtime error
Runtime error
Commit
Β·
2317f16
1
Parent(s):
9c6d3b9
Update gradio_t2v.py
Browse files- gradio_t2v.py +0 -1
gradio_t2v.py
CHANGED
@@ -3,7 +3,6 @@ import gradio as gr
|
|
3 |
def create_demo(get_video):
|
4 |
block = gr.Blocks(css='style.css').queue()
|
5 |
with block:
|
6 |
-
gr.Markdown(DESCRIPTION)
|
7 |
with gr.Group():
|
8 |
with gr.Box():
|
9 |
with gr.Row(elem_id='prompt-container').style(equal_height=True):
|
|
|
3 |
def create_demo(get_video):
|
4 |
block = gr.Blocks(css='style.css').queue()
|
5 |
with block:
|
|
|
6 |
with gr.Group():
|
7 |
with gr.Box():
|
8 |
with gr.Row(elem_id='prompt-container').style(equal_height=True):
|