优化webui的文案表达

This commit is contained in:
puke
2025-11-13 16:24:15 +08:00
parent a4dbf48497
commit 9b096fac81
3 changed files with 0 additions and 7 deletions

View File

@@ -1048,11 +1048,6 @@ def main():
st.markdown(tr('style.video_workflow_how'))
else:
st.markdown(tr("style.workflow_how"))
st.markdown(f"**{tr('help.note')}**")
if template_media_type == "video":
st.markdown(tr('style.video_size_note'))
else:
st.markdown(tr("style.image_size_note"))
# Get available workflows and filter by template type
all_workflows = pixelle_video.media.list_workflows()