Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -11,7 +11,7 @@ from share_btn import community_icon_html, loading_icon_html, share_js, share_bt
|
|
11 |
|
12 |
HF_TOKEN = os.environ.get("HF_TOKEN", None)
|
13 |
|
14 |
-
API_URL = "https://api-inference.huggingface.co/models/
|
15 |
|
16 |
FIM_PREFIX = "<PRE> "
|
17 |
FIM_MIDDLE = " <MID>"
|
|
|
11 |
|
12 |
HF_TOKEN = os.environ.get("HF_TOKEN", None)
|
13 |
|
14 |
+
API_URL = "https://api-inference.huggingface.co/models/Phind/Phind-CodeLlama-34B-v2"
|
15 |
|
16 |
FIM_PREFIX = "<PRE> "
|
17 |
FIM_MIDDLE = " <MID>"
|