liang-huggingface commited on
Commit
f3a7269
·
1 Parent(s): 1f2bdef

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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 = "yi-6b.Q4_0.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
 
 
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