Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -32,6 +32,7 @@ dotenv.load_dotenv()
|
|
32 |
|
33 |
seamless_client = Client("facebook/seamless_m4t")
|
34 |
HuggingFace_Token = os.getenv("HuggingFace_Token")
|
|
|
35 |
|
36 |
def check_hallucination(assertion,citation):
|
37 |
API_URL = "https://api-inference.huggingface.co/models/vectara/hallucination_evaluation_model"
|
|
|
32 |
|
33 |
seamless_client = Client("facebook/seamless_m4t")
|
34 |
HuggingFace_Token = os.getenv("HuggingFace_Token")
|
35 |
+
hf_token = os.getenv("HuggingFace_Token")
|
36 |
|
37 |
def check_hallucination(assertion,citation):
|
38 |
API_URL = "https://api-inference.huggingface.co/models/vectara/hallucination_evaluation_model"
|