Tonic commited on
Commit
5b45d10
1 Parent(s): 37c7102

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -0
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"