This commit is contained in:
hailin 2025-08-01 11:12:44 +08:00
parent 985871bf02
commit d33a596dfa
1 changed files with 1 additions and 1 deletions

View File

@ -176,7 +176,7 @@ def chat(
else:
yield result["text"], log_state
return # ← 把旧的 break 换成 return
# return # ← 把旧的 break 换成 return
# ────────────────── Gradio UI ──────────────────
with gr.Blocks(title="调试界面") as demo: