ppsingh commited on
Commit
4fa8a00
·
verified ·
1 Parent(s): ab3f0ee

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -51,7 +51,7 @@ scheduler = CommitScheduler(
51
  try:
52
  vectorstores = get_local_qdrant()
53
  except Exception as e:
54
- HfApi.restart_space("GIZ/audit_assistant")
55
 
56
  #####---------------------CHAT-----------------------------------------------------
57
  def start_chat(query,history):
 
51
  try:
52
  vectorstores = get_local_qdrant()
53
  except Exception as e:
54
+ HfApi.restart_space(repo_id = "GIZ/audit_assistant")
55
 
56
  #####---------------------CHAT-----------------------------------------------------
57
  def start_chat(query,history):