Spaces:
Paused
Paused
Update app.py
Browse files
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;">
|
| 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 |
-
|
| 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():
|