Aiswarya Sankar commited on
Commit
d87953b
·
1 Parent(s): e292959
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -81,8 +81,8 @@ global tickets
81
  global ticket_choices
82
  tickets = []
83
 
84
- # repoName = "https://github.com/gradio-app/gradio.git"
85
- repoName = os.environ['REPO_NAME']
86
  print(repoName)
87
 
88
  embeddings = OpenAIEmbeddings(disallowed_special=())
 
81
  global ticket_choices
82
  tickets = []
83
 
84
+ repoName = "https://github.com/gradio-app/gradio.git"
85
+ # repoName = os.environ['REPO_NAME']
86
  print(repoName)
87
 
88
  embeddings = OpenAIEmbeddings(disallowed_special=())