Skip to content

Commit 125a0a7

Browse files
authored
change default train version to v2
change default train version to v2
1 parent a42330f commit 125a0a7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

infer-web.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1939,7 +1939,7 @@ def export_onnx(ModelPath, ExportedPath):
19391939
version_1 = gr.Radio(
19401940
label=i18n("模型版本型号"),
19411941
choices=["v1", "v2"],
1942-
value="v1",
1942+
value="v2",
19431943
interactive=True,
19441944
)
19451945
info___ = gr.Textbox(

0 commit comments

Comments
 (0)