Spaces:
Runtime error
Runtime error
Commit
·
f3a7269
1
Parent(s):
1f2bdef
Update app.py
Browse files
app.py
CHANGED
@@ -2,7 +2,7 @@ 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/zgce/Yi-6B-Chat-spicy_GGUF/blob/main/Yi-6B-Chat-spicy_Q6_K.gguf")
|
8 |
|
|
|
2 |
import os
|
3 |
from pathlib import Path
|
4 |
import argparse
|
5 |
+
model_file = "Yi-6B-Chat-spicy_Q6_K.gguf"
|
6 |
if not os.path.isfile(model_file):
|
7 |
os.system("wget -c https://huggingface.co/zgce/Yi-6B-Chat-spicy_GGUF/blob/main/Yi-6B-Chat-spicy_Q6_K.gguf")
|
8 |
|