MeYourHint commited on
Commit
5d9ba2b
·
1 Parent(s): 609f3a5
Files changed (1) hide show
  1. app.py +2 -2
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=3):
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=2):
311
 
312
  def generate_example(text):
313
  return generate_and_show(text)
 
279
  videos = []
280
 
281
  with gr.Row():
282
+ with gr.Column(scale=1):
283
  text = gr.Textbox(
284
  show_label=True,
285
  label="Text prompt",
 
307
  """
308
  )
309
 
310
+ with gr.Column(scale=1):
311
 
312
  def generate_example(text):
313
  return generate_and_show(text)