Spaces:
Running
Running
Update app.py
Browse files
app.py
CHANGED
|
@@ -317,7 +317,7 @@ with gr.Blocks(css=custom_css, theme=gr.themes.Soft(), title="AI Video Generator
|
|
| 317 |
# Launch the app
|
| 318 |
if __name__ == "__main__":
|
| 319 |
demo.launch(
|
| 320 |
-
show_api=
|
| 321 |
share=False,
|
| 322 |
show_error=True
|
| 323 |
)
|
|
|
|
| 317 |
# Launch the app
|
| 318 |
if __name__ == "__main__":
|
| 319 |
demo.launch(
|
| 320 |
+
show_api=False,
|
| 321 |
share=False,
|
| 322 |
show_error=True
|
| 323 |
)
|