AlexanderHolmes0 commited on
Commit
13f23f2
·
verified ·
1 Parent(s): 92fb03a

Update app.py

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