cakiki commited on
Commit
784d44c
·
1 Parent(s): ce4e01c

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +5 -5
app.py CHANGED
@@ -136,11 +136,11 @@ with gr.Blocks() as demo:
136
  choices=professions, label="Select profession:"
137
  )
138
 
139
- profession_choice.change(
140
- make_profession_table,
141
- [num_clusters, profession_choices_1,model_choices],
142
- [table, labor_table],
143
- queue=False,
144
  )
145
  with gr.Column():
146
  plot = gr.Plot(
 
136
  choices=professions, label="Select profession:"
137
  )
138
 
139
+ # profession_choice.change(
140
+ # make_profession_table,
141
+ # [num_clusters, profession_choices_1,model_choices],
142
+ # [table, labor_table],
143
+ # queue=False,
144
  )
145
  with gr.Column():
146
  plot = gr.Plot(