Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -17,7 +17,7 @@ except:
|
|
17 |
# --- 2. Загрузка локальной модели (не требует API) ---
|
18 |
model = pipeline(
|
19 |
"text-generation",
|
20 |
-
model="IlyaGusev/
|
21 |
device="cpu" # Для GPU укажите device=0
|
22 |
)
|
23 |
|
|
|
17 |
# --- 2. Загрузка локальной модели (не требует API) ---
|
18 |
model = pipeline(
|
19 |
"text-generation",
|
20 |
+
model="IlyaGusev/saiga_mistral_7b_merged",
|
21 |
device="cpu" # Для GPU укажите device=0
|
22 |
)
|
23 |
|