Spaces:
Paused
Paused
Update app.py
Browse files
app.py
CHANGED
@@ -401,6 +401,7 @@ def merge_loop():
|
|
401 |
|
402 |
# Sample two models
|
403 |
dir_path = "~/.cache/huggingface/hub"
|
|
|
404 |
print(f"Total size: {human_readable_size(get_size(dir_path))}")
|
405 |
sample = df.sample(n=2)
|
406 |
models = [sample.iloc[i] for i in range(2)]
|
|
|
401 |
|
402 |
# Sample two models
|
403 |
dir_path = "~/.cache/huggingface/hub"
|
404 |
+
print(f"pwd: {os.getcwd()}")
|
405 |
print(f"Total size: {human_readable_size(get_size(dir_path))}")
|
406 |
sample = df.sample(n=2)
|
407 |
models = [sample.iloc[i] for i in range(2)]
|