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