Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -23,7 +23,7 @@ with gr.Blocks() as demo:
|
|
23 |
gr.Plot(model.visualize_documents(C1_msg,
|
24 |
reduced_embeddings=reduced_embeddings,
|
25 |
hide_annotations = True,
|
26 |
-
topics = range(0,7),
|
27 |
width = 725,
|
28 |
custom_labels=True),
|
29 |
min_width=725)
|
|
|
23 |
gr.Plot(model.visualize_documents(C1_msg,
|
24 |
reduced_embeddings=reduced_embeddings,
|
25 |
hide_annotations = True,
|
26 |
+
#topics = range(0,7),
|
27 |
width = 725,
|
28 |
custom_labels=True),
|
29 |
min_width=725)
|