Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -12,7 +12,7 @@ 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 |
-
API_URL = "https://api-inference.huggingface.co/models/OpenAssistant/
|
16 |
|
17 |
headers={}
|
18 |
|
|
|
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 |
|