Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -7,8 +7,8 @@ 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/WizardLM/WizardCoder-
|
11 |
-
BOT_NAME = "
|
12 |
|
13 |
STOP_SEQUENCES = ["\nUser:", "<|endoftext|>", " User:", "###"]
|
14 |
|
|
|
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/WizardLM/WizardCoder-15B-V1.0
|
11 |
+
BOT_NAME = "Wizard"
|
12 |
|
13 |
STOP_SEQUENCES = ["\nUser:", "<|endoftext|>", " User:", "###"]
|
14 |
|