Spaces:
Sleeping
Sleeping
Baptiste Pannier
commited on
Commit
•
fca63f5
1
Parent(s):
501e6be
:art:
Browse files
app.py
CHANGED
@@ -7,7 +7,7 @@ import gradio as gr
|
|
7 |
from huggingface_hub import Repository, InferenceClient
|
8 |
|
9 |
HF_TOKEN = os.environ.get("HF_TOKEN", None)
|
10 |
-
API_URL = "https://api-inference.huggingface.co/models/
|
11 |
BOT_NAME = "Falcon"
|
12 |
|
13 |
STOP_SEQUENCES = ["\nUser:", "<|endoftext|>", " User:", "###"]
|
|
|
7 |
from huggingface_hub import Repository, InferenceClient
|
8 |
|
9 |
HF_TOKEN = os.environ.get("HF_TOKEN", None)
|
10 |
+
API_URL = "https://api-inference.huggingface.co/models/tiiuae/falcon-180B-chat"
|
11 |
BOT_NAME = "Falcon"
|
12 |
|
13 |
STOP_SEQUENCES = ["\nUser:", "<|endoftext|>", " User:", "###"]
|