Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -35,7 +35,7 @@ for ext in extensions:
|
|
35 |
CONTEXT = " ".join(text_list)
|
36 |
|
37 |
# Set the model path. Make sure the model file is downloaded and placed in the 'models' directory.
|
38 |
-
model_path = "
|
39 |
if not os.path.exists(model_path):
|
40 |
raise ValueError(f"Model file not found at {model_path}. Please download the model file and place it in the 'models' folder.")
|
41 |
|
|
|
35 |
CONTEXT = " ".join(text_list)
|
36 |
|
37 |
# Set the model path. Make sure the model file is downloaded and placed in the 'models' directory.
|
38 |
+
model_path = "TheBloke/Mistral-7B-Instruct-v0.1-GGUF"
|
39 |
if not os.path.exists(model_path):
|
40 |
raise ValueError(f"Model file not found at {model_path}. Please download the model file and place it in the 'models' folder.")
|
41 |
|