Update app.py
Browse files
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 |
)
|