Shayne2001 commited on
Commit
58312a6
·
verified ·
1 Parent(s): e5545c3

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -32,7 +32,7 @@ os.system('git lfs install')
32
  os.system("git clone https://www.modelscope.cn/Shayne2001/Assistant_of_Shayne2001.git")
33
 
34
  logger = logging.get_logger(__name__)
35
- model_name_or_path="./merged"
36
 
37
 
38
  @dataclass
 
32
  os.system("git clone https://www.modelscope.cn/Shayne2001/Assistant_of_Shayne2001.git")
33
 
34
  logger = logging.get_logger(__name__)
35
+ model_name_or_path="./Assistant_of_Shayne2001/merged"
36
 
37
 
38
  @dataclass