Spaces:
Running
on
CPU Upgrade
Running
on
CPU Upgrade
Remove unused tabs
Browse files- src/app.py +0 -7
src/app.py
CHANGED
@@ -174,12 +174,5 @@ with gr.Blocks() as demo:
|
|
174 |
label="tab_name", visible=False, value="training_configuration"
|
175 |
)
|
176 |
training_config(textbox)
|
177 |
-
with gr.TabItem("Big Model Inference"):
|
178 |
-
# big_model_inference()
|
179 |
-
pass
|
180 |
-
with gr.TabItem("Launching from Notebooks"):
|
181 |
-
# notebook_launcher()
|
182 |
-
pass
|
183 |
-
|
184 |
|
185 |
demo.launch()
|
|
|
174 |
label="tab_name", visible=False, value="training_configuration"
|
175 |
)
|
176 |
training_config(textbox)
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
177 |
|
178 |
demo.launch()
|