Spaces:
Running on Zero
Running on Zero
update duration
Browse files
app.py
CHANGED
|
@@ -154,7 +154,7 @@ def _launch_demo(vlm_model, processor, pipe):
|
|
| 154 |
with gr.Blocks(theme=gr.themes.Soft(), title="DreamOmni2", css=css) as demo:
|
| 155 |
gr.HTML(
|
| 156 |
"""
|
| 157 |
-
<h1 style="text-align:center; font-size:
|
| 158 |
DreamOmni2: Multimodal Image Generation and Editing
|
| 159 |
</h1>
|
| 160 |
"""
|
|
|
|
| 154 |
with gr.Blocks(theme=gr.themes.Soft(), title="DreamOmni2", css=css) as demo:
|
| 155 |
gr.HTML(
|
| 156 |
"""
|
| 157 |
+
<h1 style="text-align:center; font-size:40px; font-weight:bold; margin-bottom:16px;">
|
| 158 |
DreamOmni2: Multimodal Image Generation and Editing
|
| 159 |
</h1>
|
| 160 |
"""
|