yashphalle commited on
Commit
a4f7668
·
verified ·
1 Parent(s): b9f731f

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +0 -1
app.py CHANGED
@@ -12,7 +12,6 @@ import re
12
  # that provide Inference API for free.
13
 
14
  API_URL = "https://api-inference.huggingface.co/models/OpenAssistant/oasst-sft-4-pythia-12b-epoch-3.5"
15
- # headers = {"Authorization": "Bearer HF_API_TOKEN"} # If needed; if the model doesn't require a token, leave blank or remove.
16
 
17
  # -----------------------------
18
  # 2. Define a function to query the model
 
12
  # that provide Inference API for free.
13
 
14
  API_URL = "https://api-inference.huggingface.co/models/OpenAssistant/oasst-sft-4-pythia-12b-epoch-3.5"
 
15
 
16
  # -----------------------------
17
  # 2. Define a function to query the model