yashphalle commited on
Commit
2b48b5a
·
verified ·
1 Parent(s): c33cf6c

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -11,8 +11,8 @@ import re
11
  # You can find many such endpoints in the Hugging Face "Spaces" or "Models" section
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
- API_URL = "https://api-inference.huggingface.co/models/OpenAssistant/falcon-7b-sft-mix-2000"
16
 
17
  headers={}
18
 
 
11
  # You can find many such endpoints in the Hugging Face "Spaces" or "Models" section
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
+ #API_URL = "https://api-inference.huggingface.co/models/OpenAssistant/falcon-7b-sft-mix-2000"
16
 
17
  headers={}
18