AlexanderHolmes0 commited on
Commit
8abb476
·
verified ·
1 Parent(s): 84d7079

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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)