a0ms1n commited on
Commit
4230a5f
·
1 Parent(s): 0e4c8f8

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -37,7 +37,7 @@ with gr.Blocks() as web:
37
  with gr.Column(scale=1):
38
  cpp_file = gr.File(label="Upload C++ File (.cpp)", file_types=[".cpp"])
39
  method_choice = gr.Radio(
40
- choices=["No Format", "Format Code", "Combine"],
41
  value="Combine",
42
  label="Choose Model"
43
  )
 
37
  with gr.Column(scale=1):
38
  cpp_file = gr.File(label="Upload C++ File (.cpp)", file_types=[".cpp"])
39
  method_choice = gr.Radio(
40
+ choices=["V.1.1 (No Format)", "V.1.2 (Format Code)", "Combine"],
41
  value="Combine",
42
  label="Choose Model"
43
  )