Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
|
@@ -165,7 +165,7 @@ with gr.Blocks() as demo:
|
|
| 165 |
<img src='https://www.pnglog.com/bwrbe1.png' style='width: 150px; height: auto; margin-right: 10px;' />
|
| 166 |
</div>
|
| 167 |
""")
|
| 168 |
-
gr.
|
| 169 |
<div style="text-align: center; font-size: 32px; font-weight: bold; margin-bottom: 20px;">
|
| 170 |
ConsisID-Preview Space
|
| 171 |
</div>
|
|
@@ -225,7 +225,7 @@ with gr.Blocks() as demo:
|
|
| 225 |
download_gif_button = gr.File(label="📥 Download GIF", visible=False)
|
| 226 |
seed_text = gr.Number(label="Seed Used for Video Generation", visible=False)
|
| 227 |
|
| 228 |
-
gr.
|
| 229 |
<table border="0" style="width: 100%; text-align: left; margin-top: 20px;">
|
| 230 |
<div style="text-align: center; font-size: 32px; font-weight: bold; margin-bottom: 20px;">
|
| 231 |
🎥 Video Gallery
|
|
|
|
| 165 |
<img src='https://www.pnglog.com/bwrbe1.png' style='width: 150px; height: auto; margin-right: 10px;' />
|
| 166 |
</div>
|
| 167 |
""")
|
| 168 |
+
gr.HTML("""
|
| 169 |
<div style="text-align: center; font-size: 32px; font-weight: bold; margin-bottom: 20px;">
|
| 170 |
ConsisID-Preview Space
|
| 171 |
</div>
|
|
|
|
| 225 |
download_gif_button = gr.File(label="📥 Download GIF", visible=False)
|
| 226 |
seed_text = gr.Number(label="Seed Used for Video Generation", visible=False)
|
| 227 |
|
| 228 |
+
gr.HTML("""
|
| 229 |
<table border="0" style="width: 100%; text-align: left; margin-top: 20px;">
|
| 230 |
<div style="text-align: center; font-size: 32px; font-weight: bold; margin-bottom: 20px;">
|
| 231 |
🎥 Video Gallery
|