Spaces:
Running
on
CPU Upgrade
Running
on
CPU Upgrade
Change order and title
Browse files- src/app.py +1 -1
src/app.py
CHANGED
@@ -28,7 +28,7 @@ initial_code = gr.Markdown(templates["initial"])
|
|
28 |
with gr.Blocks() as demo:
|
29 |
inp = gr.Radio(
|
30 |
["Basic", "Calculating Metrics", "Checkpointing", "Experiment Tracking", "Gradient Accumulation"],
|
31 |
-
label="Select a feature"
|
32 |
)
|
33 |
with gr.Row():
|
34 |
with gr.Column():
|
|
|
28 |
with gr.Blocks() as demo:
|
29 |
inp = gr.Radio(
|
30 |
["Basic", "Calculating Metrics", "Checkpointing", "Experiment Tracking", "Gradient Accumulation"],
|
31 |
+
label="Select a feature you would like to integrate"
|
32 |
)
|
33 |
with gr.Row():
|
34 |
with gr.Column():
|