Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -6,8 +6,8 @@ import os
|
|
6 |
# --- 1. Model Downloading (No changes) ---
|
7 |
print("===== Downloading model... =====")
|
8 |
model_path = hf_hub_download(
|
9 |
-
repo_id="
|
10 |
-
filename="
|
11 |
)
|
12 |
print(f"Model downloaded to: {model_path}")
|
13 |
|
|
|
6 |
# --- 1. Model Downloading (No changes) ---
|
7 |
print("===== Downloading model... =====")
|
8 |
model_path = hf_hub_download(
|
9 |
+
repo_id="RichardErkhov/openai-community_-_gpt2-xl-gguf",
|
10 |
+
filename="gpt2-xl.Q6_K.gguf"
|
11 |
)
|
12 |
print(f"Model downloaded to: {model_path}")
|
13 |
|