neko941 commited on
Commit
e54e36b
1 Parent(s): d5cf266

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -39,8 +39,8 @@ def check_file(file, suffix=''):
39
  def read_pretrain(path):
40
  return torch.hub.load('ultralytics/yolov5', 'custom', path=path
41
 
42
- default_pretrained = '2022.11.04-YOLOv5x6_1280-Hololive_Waifu_Classification.pt'
43
  with st.spinner('Loading the model...'):
 
44
  read_pretrain(default_pretrained)
45
 
46
  st.title("Hololive Waifu Classification")
 
39
  def read_pretrain(path):
40
  return torch.hub.load('ultralytics/yolov5', 'custom', path=path
41
 
 
42
  with st.spinner('Loading the model...'):
43
+ default_pretrained = '2022.11.04-YOLOv5x6_1280-Hololive_Waifu_Classification.pt'
44
  read_pretrain(default_pretrained)
45
 
46
  st.title("Hololive Waifu Classification")