Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -112,6 +112,12 @@ with gr.Blocks() as demo:
|
|
112 |
[table, labor_table],
|
113 |
queue=False,
|
114 |
)
|
|
|
|
|
|
|
|
|
|
|
|
|
115 |
|
116 |
# with gr.Accordion("Tag Frequencies", open=False):
|
117 |
|
|
|
112 |
[table, labor_table],
|
113 |
queue=False,
|
114 |
)
|
115 |
+
demo.load(
|
116 |
+
make_profession_table,
|
117 |
+
[num_clusters, profession_choices_1,model_choices],
|
118 |
+
[table, labor_table],
|
119 |
+
queue=False,
|
120 |
+
)
|
121 |
|
122 |
# with gr.Accordion("Tag Frequencies", open=False):
|
123 |
|