Zamira1235 commited on
Commit
82f74f0
·
verified ·
1 Parent(s): c222e1e

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -0
app.py CHANGED
@@ -2,6 +2,7 @@ import gradio as gr
2
  from sentence_transformers import SentenceTransformer, util
3
  import openai
4
  import os
 
5
  os.environ["TOKENIZERS_PARALLELISM"] = "false"
6
 
7
  # Initialize paths and model identifiers for easy configuration and maintenance
 
2
  from sentence_transformers import SentenceTransformer, util
3
  import openai
4
  import os
5
+ import re
6
  os.environ["TOKENIZERS_PARALLELISM"] = "false"
7
 
8
  # Initialize paths and model identifiers for easy configuration and maintenance