AashishNKumar commited on
Commit
5e3cd41
·
verified ·
1 Parent(s): 39bff4b

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +3 -3
app.py CHANGED
@@ -538,11 +538,11 @@ with gr.Blocks(theme=gr.themes.Soft()) as iface:
538
  gr.Markdown(
539
  """
540
  <div style="text-align: center; margin-bottom: 1em">
541
- <h1 style="font-size: 2.5em; font-weight: 600; margin: 0.5em 0;">Video Generation with LTX Video</h1>
542
  </div>
543
  """
544
  )
545
- with gr.Row(elem_id="title-row"):
546
  # gr.HTML( # add technical report link
547
  # """
548
  # <div style="display:flex;column-gap:4px;">
@@ -591,7 +591,7 @@ with gr.Blocks(theme=gr.themes.Soft()) as iface:
591
  """
592
  )
593
 
594
- # with gr.Tabs():
595
  # # Text to Video Tab
596
  # with gr.TabItem("Text to Video"):
597
  # with gr.Row():
 
538
  gr.Markdown(
539
  """
540
  <div style="text-align: center; margin-bottom: 1em">
541
+ <h1 style="font-size: 2.5em; font-weight: 600; margin: 0.5em 0;">Image to Video (GIF)</h1>
542
  </div>
543
  """
544
  )
545
+ # with gr.Row(elem_id="title-row"):
546
  # gr.HTML( # add technical report link
547
  # """
548
  # <div style="display:flex;column-gap:4px;">
 
591
  """
592
  )
593
 
594
+ with gr.Tabs():
595
  # # Text to Video Tab
596
  # with gr.TabItem("Text to Video"):
597
  # with gr.Row():