Fetching metadata from the HF Docker repository...
Synced repo using 'sync_with_huggingface' Github Action
Browse files
|
@@ -1,4 +1,5 @@
|
1
|
import json
|
|
|
2
|
import subprocess
|
3
|
from pathlib import Path
|
4
|
|
|
|
1
|
import json
|
2
|
+
import os
|
3
|
import subprocess
|
4
|
from pathlib import Path
|
5
|
|