Update app.py
Browse files
app.py
CHANGED
@@ -4,8 +4,8 @@ from huggingface_hub import hf_hub_download
|
|
4 |
import os
|
5 |
|
6 |
# Model configuration
|
7 |
-
MODEL_REPO = "druvx13/gpt2-
|
8 |
-
MODEL_FILE = "gpt2-
|
9 |
CACHE_DIR = "./model_cache"
|
10 |
MAX_TOKENS = 200
|
11 |
|
|
|
4 |
import os
|
5 |
|
6 |
# Model configuration
|
7 |
+
MODEL_REPO = "druvx13/gpt2-Q8_0-GGUF"
|
8 |
+
MODEL_FILE = "gpt2-q8_0.gguf"
|
9 |
CACHE_DIR = "./model_cache"
|
10 |
MAX_TOKENS = 200
|
11 |
|