Spaces:
Runtime error
Runtime error
Commit
·
14878fb
1
Parent(s):
f3a7269
Update app.py
Browse files
app.py
CHANGED
@@ -2,9 +2,9 @@ import gradio as gr
|
|
2 |
import os
|
3 |
from pathlib import Path
|
4 |
import argparse
|
5 |
-
model_file = "
|
6 |
if not os.path.isfile(model_file):
|
7 |
-
os.system("wget -c https://huggingface.co/
|
8 |
|
9 |
DEFAULT_MODEL_PATH = model_file
|
10 |
|
|
|
2 |
import os
|
3 |
from pathlib import Path
|
4 |
import argparse
|
5 |
+
model_file = "yi-chat-6b.Q3_K_M.gguf"
|
6 |
if not os.path.isfile(model_file):
|
7 |
+
os.system("wget -c https://huggingface.co/XeIaso/yi-chat-6B-GGUF/blob/main/yi-chat-6b.Q3_K_M.gguf")
|
8 |
|
9 |
DEFAULT_MODEL_PATH = model_file
|
10 |
|