Obotu commited on
Commit
f545f5b
1 Parent(s): fb132ef

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -5,7 +5,7 @@ from geopy.geocoders import Nominatim
5
 
6
  # Set your Hugging Face API URL and API key
7
  API_URL = "https://api-inference.huggingface.co/models/dmis-lab/biobert-base-cased-v1.1"
8
- headers = {"Authorization": "Bearer YOUR_HUGGING_FACE_API_KEY"}
9
 
10
  # Function to query the Hugging Face model
11
  def query(payload):
 
5
 
6
  # Set your Hugging Face API URL and API key
7
  API_URL = "https://api-inference.huggingface.co/models/dmis-lab/biobert-base-cased-v1.1"
8
+ headers = {"Authorization": ""}
9
 
10
  # Function to query the Hugging Face model
11
  def query(payload):