muellerzr HF staff commited on
Commit
f41be3d
1 Parent(s): 06a60a3

Remove unused tabs

Browse files
Files changed (1) hide show
  1. 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()