Spaces:
Running
on
T4
Running
on
T4
trying restart automatically
Browse files
app.py
CHANGED
@@ -52,7 +52,7 @@ try:
|
|
52 |
vectorstores = get_local_qdrant()
|
53 |
except Exception as e:
|
54 |
api = HfApi()
|
55 |
-
api.restart_space(repo_id = "GIZ/audit_assistant")
|
56 |
|
57 |
#####---------------------CHAT-----------------------------------------------------
|
58 |
def start_chat(query,history):
|
|
|
52 |
vectorstores = get_local_qdrant()
|
53 |
except Exception as e:
|
54 |
api = HfApi()
|
55 |
+
api.restart_space(repo_id = "GIZ/audit_assistant", token=False)
|
56 |
|
57 |
#####---------------------CHAT-----------------------------------------------------
|
58 |
def start_chat(query,history):
|