删掉无用注释

This commit is contained in:
yuruo 2025-03-04 16:42:22 +08:00
parent ab9de6d9c2
commit 0f8d020f6c

View File

@ -291,7 +291,6 @@ def run():
def update_model(model_selection, state):
state["model"] = model_selection
print(f"Model updated to: {state['model']}")
api_key_update = gr.update(
placeholder="API Key",
value=state["api_key"]