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

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -25,7 +25,7 @@ with gr.Blocks(theme=gr.themes.Soft()) as demo:
25
  hide_annotations = True,
26
  #topics = range(0,7),
27
  width = 900,
28
- custom_labels=True),
29
  min_width=900)
30
  with gr.Tab("C2 Topic Model"):
31
  gr.load("models/AlexanderHolmes0/C2-Topic-Model-100",alias = "C2 Topic Model")
 
25
  hide_annotations = True,
26
  #topics = range(0,7),
27
  width = 900,
28
+ custom_labels=False),
29
  min_width=900)
30
  with gr.Tab("C2 Topic Model"):
31
  gr.load("models/AlexanderHolmes0/C2-Topic-Model-100",alias = "C2 Topic Model")