Update app.py
Browse files
app.py
CHANGED
|
@@ -122,4 +122,4 @@ with gr.Blocks(title="Veo 3 App", fill_height=True) as demo:
|
|
| 122 |
gr.HTML(html_content)
|
| 123 |
|
| 124 |
if __name__ == "__main__":
|
| 125 |
-
demo.launch(
|
|
|
|
| 122 |
gr.HTML(html_content)
|
| 123 |
|
| 124 |
if __name__ == "__main__":
|
| 125 |
+
demo.launch()
|