Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -25,7 +25,7 @@ with gr.Blocks(theme=gr.themes.Soft()) as demo:
|
|
25 |
hide_annotations = True,
|
26 |
#topics = range(0,7),
|
27 |
width = 900,
|
28 |
-
custom_labels=
|
29 |
min_width=900)
|
30 |
with gr.Tab("C2 Topic Model"):
|
31 |
gr.load("models/AlexanderHolmes0/C2-Topic-Model-100",alias = "C2 Topic Model")
|
|
|
25 |
hide_annotations = True,
|
26 |
#topics = range(0,7),
|
27 |
width = 900,
|
28 |
+
custom_labels=False),
|
29 |
min_width=900)
|
30 |
with gr.Tab("C2 Topic Model"):
|
31 |
gr.load("models/AlexanderHolmes0/C2-Topic-Model-100",alias = "C2 Topic Model")
|