fix
Browse filesSigned-off-by: n1ck-guo <[email protected]>
src/scripts/update_all_request_files.py
CHANGED
@@ -1,5 +1,4 @@
|
|
1 |
-
from huggingface_hub import
|
2 |
-
from huggingface_hub import ModelCard
|
3 |
|
4 |
import json
|
5 |
import os
|
|
|
1 |
+
from huggingface_hub import snapshot_download
|
|
|
2 |
|
3 |
import json
|
4 |
import os
|