harshithakr commited on
Commit
6c07e47
·
1 Parent(s): d2942e0

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -0
app.py CHANGED
@@ -1,4 +1,5 @@
1
  import gradio
 
2
  from kbert_topics import extract_topics
3
  from mapping import get_mapping
4
  from topics_extraction import classify
 
1
  import gradio
2
+ import re
3
  from kbert_topics import extract_topics
4
  from mapping import get_mapping
5
  from topics_extraction import classify