Pluto0616 commited on
Commit
48049b0
·
verified ·
1 Parent(s): 7378138

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -31,7 +31,7 @@ os.system('git lfs install')
31
  os.system("git clone https://huggingface.co/Pluto0616/intern_study_L1_5")
32
 
33
  logger = logging.get_logger(__name__)
34
- model_name_or_path="intern_study_L1_5"
35
 
36
 
37
  @dataclass
 
31
  os.system("git clone https://huggingface.co/Pluto0616/intern_study_L1_5")
32
 
33
  logger = logging.get_logger(__name__)
34
+ model_name_or_path="./intern_study_L1_5"
35
 
36
 
37
  @dataclass