Update ui_manager.py
Browse files- ui_manager.py +1 -1
ui_manager.py
CHANGED
|
@@ -14,7 +14,7 @@ class UIManager:
|
|
| 14 |
with gr.Blocks(
|
| 15 |
theme=gr.themes.Soft(),
|
| 16 |
css=DELTAFLOW_CSS,
|
| 17 |
-
title="
|
| 18 |
) as interface:
|
| 19 |
|
| 20 |
# Header
|
|
|
|
| 14 |
with gr.Blocks(
|
| 15 |
theme=gr.themes.Soft(),
|
| 16 |
css=DELTAFLOW_CSS,
|
| 17 |
+
title="VividFlow - Fast AI Image to Video"
|
| 18 |
) as interface:
|
| 19 |
|
| 20 |
# Header
|