Spaces:
Running
Running
Commit
·
2ff190a
1
Parent(s):
5d9ba2b
Minor
Browse files
app.py
CHANGED
@@ -279,7 +279,7 @@ with gr.Blocks(css=CSS, theme=theme) as demo:
|
|
279 |
videos = []
|
280 |
|
281 |
with gr.Row():
|
282 |
-
with gr.Column(scale=
|
283 |
text = gr.Textbox(
|
284 |
show_label=True,
|
285 |
label="Text prompt",
|
@@ -307,7 +307,7 @@ with gr.Blocks(css=CSS, theme=theme) as demo:
|
|
307 |
"""
|
308 |
)
|
309 |
|
310 |
-
with gr.Column(scale=
|
311 |
|
312 |
def generate_example(text):
|
313 |
return generate_and_show(text)
|
|
|
279 |
videos = []
|
280 |
|
281 |
with gr.Row():
|
282 |
+
with gr.Column(scale=2):
|
283 |
text = gr.Textbox(
|
284 |
show_label=True,
|
285 |
label="Text prompt",
|
|
|
307 |
"""
|
308 |
)
|
309 |
|
310 |
+
with gr.Column(scale=2):
|
311 |
|
312 |
def generate_example(text):
|
313 |
return generate_and_show(text)
|