Yapp99 commited on
Commit
32ddb76
1 Parent(s): 2f1a642

small changes

Browse files
Files changed (1) hide show
  1. schema.py +2 -3
schema.py CHANGED
@@ -22,9 +22,8 @@ MODEL_ARGS = {
22
  ),
23
  }
24
 
25
- for model_arg in MODEL_ARGS.values():
26
- print(f"Downloading {model_arg}")
27
- hf_hub_download(**model_arg)
28
 
29
 
30
  class Message(BaseModel):
 
22
  ),
23
  }
24
 
25
+ # for model_arg in MODEL_ARGS.values():
26
+ # hf_hub_download(**model_arg)
 
27
 
28
 
29
  class Message(BaseModel):