BenBranyon commited on
Commit
b152500
1 Parent(s): 5af982a

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -12,7 +12,7 @@ st.markdown(f'<style>{css}</style>', unsafe_allow_html=True)
12
  #from huggingface_hub.inference_api import InferenceApi
13
  #inference = InferenceApi(repo_id="BenBranyon/tinyllama-sumbot-peft", token=os.environ['HF_TOKEN'])
14
  headers = {"Content-Type": "application/json","Authorization": f"Bearer {os.environ['HF_TOKEN']}"} #TOKEN HUGGING FACE
15
- API_URL = "https://api-inference.huggingface.co/models/BenBranyon/tinyllama-sumbot-peft"
16
 
17
  def query(payload):
18
  json_body = {
 
12
  #from huggingface_hub.inference_api import InferenceApi
13
  #inference = InferenceApi(repo_id="BenBranyon/tinyllama-sumbot-peft", token=os.environ['HF_TOKEN'])
14
  headers = {"Content-Type": "application/json","Authorization": f"Bearer {os.environ['HF_TOKEN']}"} #TOKEN HUGGING FACE
15
+ API_URL = "https://api-inference.huggingface.co/models/BenBranyon/zephyr-sumbot-all-songs"
16
 
17
  def query(payload):
18
  json_body = {