Spaces:
Runtime error
Runtime error
Commit
·
fd23bfc
1
Parent(s):
f74c6a3
Update app.py
Browse files
app.py
CHANGED
|
@@ -5,7 +5,7 @@ from gpt4all import GPT4All
|
|
| 5 |
import os
|
| 6 |
|
| 7 |
# Specify the local path to the downloaded model file
|
| 8 |
-
model_path = "https://huggingface.co/
|
| 9 |
|
| 10 |
# Check if the model file exists locally
|
| 11 |
if not os.path.exists(model_path):
|
|
|
|
| 5 |
import os
|
| 6 |
|
| 7 |
# Specify the local path to the downloaded model file
|
| 8 |
+
model_path = "https://huggingface.co/spaces/DR-Rakshitha/wizardlm_api/blob/main/wizardlm-13b-v1.1-superhot-8k.ggmlv3.q4_0.bin"
|
| 9 |
|
| 10 |
# Check if the model file exists locally
|
| 11 |
if not os.path.exists(model_path):
|