AlexanderHolmes0 commited on
Commit
1464c09
·
verified ·
1 Parent(s): d735dda

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -16,7 +16,7 @@ model2 = BERTopic.load("AlexanderHolmes0/C2-Topic-Model-100")
16
 
17
  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)
 
16
 
17
  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)