Update app.py
Browse files
app.py
CHANGED
@@ -1,5 +1,7 @@
|
|
|
|
1 |
import gradio as gr
|
2 |
import requests
|
|
|
3 |
|
4 |
# Define the API parameters
|
5 |
API_URL = "https://api-inference.huggingface.co/models/vectara/hallucination_evaluation_model"
|
|
|
1 |
+
|
2 |
import gradio as gr
|
3 |
import requests
|
4 |
+
import os
|
5 |
|
6 |
# Define the API parameters
|
7 |
API_URL = "https://api-inference.huggingface.co/models/vectara/hallucination_evaluation_model"
|