Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -18,7 +18,7 @@ with gr.Blocks(theme=gr.themes.Soft()) as demo:
|
|
18 |
with gr.Tab("C1 Topic Model"):
|
19 |
gr.load("models/AlexanderHolmes0/C1-Topic-Model-100")
|
20 |
with gr.Row():
|
21 |
-
gr.Plot(model.visualize_topics(width=
|
22 |
min_width=500)
|
23 |
gr.Plot(model.visualize_documents(C1_msg,
|
24 |
reduced_embeddings=reduced_embeddings,
|
|
|
18 |
with gr.Tab("C1 Topic Model"):
|
19 |
gr.load("models/AlexanderHolmes0/C1-Topic-Model-100")
|
20 |
with gr.Row():
|
21 |
+
gr.Plot(model.visualize_topics(width=550),
|
22 |
min_width=500)
|
23 |
gr.Plot(model.visualize_documents(C1_msg,
|
24 |
reduced_embeddings=reduced_embeddings,
|