Spaces:
Running
on
Zero
Running
on
Zero
Commit
·
ef236f7
1
Parent(s):
e0d6be2
fix ui
Browse files
app.py
CHANGED
@@ -12,7 +12,7 @@ def create_video_interface():
|
|
12 |
gr.HTML(title)
|
13 |
|
14 |
with gr.Row():
|
15 |
-
with gr.Column(scale=
|
16 |
input_concept = gr.Textbox(label="Core Concept/Thematic Input", lines=3)
|
17 |
style = gr.Dropdown(
|
18 |
choices=["Minimalist", "Simple", "Detailed", "Descriptive", "Dynamic",
|
@@ -28,7 +28,7 @@ def create_video_interface():
|
|
28 |
label="Prompt Length"
|
29 |
)
|
30 |
|
31 |
-
with gr.Column(scale=
|
32 |
camera_direction = gr.Dropdown(
|
33 |
choices=[
|
34 |
"None",
|
|
|
12 |
gr.HTML(title)
|
13 |
|
14 |
with gr.Row():
|
15 |
+
with gr.Column(scale=1):
|
16 |
input_concept = gr.Textbox(label="Core Concept/Thematic Input", lines=3)
|
17 |
style = gr.Dropdown(
|
18 |
choices=["Minimalist", "Simple", "Detailed", "Descriptive", "Dynamic",
|
|
|
28 |
label="Prompt Length"
|
29 |
)
|
30 |
|
31 |
+
with gr.Column(scale=1):
|
32 |
camera_direction = gr.Dropdown(
|
33 |
choices=[
|
34 |
"None",
|