Spaces:
Sleeping
Sleeping
Commit
·
e095d70
1
Parent(s):
e6ee2d5
Update app.py
Browse files
app.py
CHANGED
@@ -3,7 +3,7 @@ import huggingface_hub as hf_hub
|
|
3 |
import os
|
4 |
|
5 |
hf_client = hf_hub.InferenceClient(token = os.environ['HF_TOKEN'])
|
6 |
-
hf_client.headers["x-use-cache"] = "0"
|
7 |
|
8 |
|
9 |
def interface(question):
|
|
|
3 |
import os
|
4 |
|
5 |
hf_client = hf_hub.InferenceClient(token = os.environ['HF_TOKEN'])
|
6 |
+
#hf_client.headers["x-use-cache"] = "0"
|
7 |
|
8 |
|
9 |
def interface(question):
|