Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -8,8 +8,9 @@ from langchain_huggingface import HuggingFaceEndpoint
|
|
8 |
|
9 |
|
10 |
|
11 |
-
import os
|
12 |
-
|
|
|
13 |
|
14 |
#Function to return the response
|
15 |
def load_answer(question):
|
|
|
8 |
|
9 |
|
10 |
|
11 |
+
#import os
|
12 |
+
|
13 |
+
#os.environ["HUGGINGFACEHUB_API_TOKEN"] = "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"
|
14 |
|
15 |
#Function to return the response
|
16 |
def load_answer(question):
|