YuvrajSingh9886 commited on
Commit
9129c29
·
verified ·
1 Parent(s): 47ff012

Upload app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -15,7 +15,7 @@ import shutil
15
  # Define model paths
16
  model_paths = {
17
 
18
- "Pretrained": "weights/pretrained/snapshot_4650.pt"
19
  }
20
 
21
 
 
15
  # Define model paths
16
  model_paths = {
17
 
18
+ "Pretrained": "weights/pretrained/models--YuvrajSingh9886--StoryLlama/snapshots/8c285708701e5b8eed82e70a26d1cc1207e97831/snapshot_4650.pt"
19
  }
20
 
21