Fix Gradio launch error and adjust upload template
Mirror and run GitLab CI / build (push) Has been cancelled
Ruff / ruff (push) Has been cancelled

- Remove unsupported 'enable_api' argument from app.launch()
- Hide API link via CSS instead
- Remove queue-position paragraph from upload_notification_template.html
This commit is contained in:
admin
2026-06-15 04:06:55 +00:00
parent ea5a0752df
commit d51b006a19
2 changed files with 0 additions and 2 deletions
-1
View File
@@ -346,7 +346,6 @@ def create_app():
server_name=str(server_name),
server_port=int(server_port),
css=accent_css,
enable_api=False,
)