Spaces:
Running
Running
Update app.py
Browse files
app.py
CHANGED
|
@@ -22,8 +22,7 @@ with gr.Blocks(css=custom_css, theme=gr.themes.Soft(), title="Veo 3.1") as demo:
|
|
| 22 |
This application is currently under maintenance. Please check back later.
|
| 23 |
|
| 24 |
We apologize for any inconvenience.
|
| 25 |
-
"""
|
| 26 |
-
elem_classes=["maintenance-message"]
|
| 27 |
)
|
| 28 |
|
| 29 |
# Launch the app
|
|
|
|
| 22 |
This application is currently under maintenance. Please check back later.
|
| 23 |
|
| 24 |
We apologize for any inconvenience.
|
| 25 |
+
""")
|
|
|
|
| 26 |
)
|
| 27 |
|
| 28 |
# Launch the app
|