Skip to content

Commit

Permalink
Update all_process.py
Browse files Browse the repository at this point in the history
  • Loading branch information
AnyaCoder authored Dec 12, 2023
1 parent eb1a63a commit 835bc0b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions all_process.py
Original file line number Diff line number Diff line change
Expand Up @@ -1196,8 +1196,8 @@ def fn_delete_folder(selected_folders):
infer_ver_box = gr.Dropdown(
label="更改推理版本",
info="已经实现兼容推理,请选择合适的版本",
choices=["2.1", "2.0.2", "2.0.1", "2.0", "1.1.1", "1.1.0", "1.0.1"],
value="2.1",
choices=["2.2", "2.1", "2.0.2", "2.0.1", "2.0", "1.1.1", "1.1.0", "1.0.1"],
value="2.2",
)
with gr.Row():
radio_webui_share = gr.Radio(
Expand Down

0 comments on commit 835bc0b

Please sign in to comment.