Commit
·
d7e4f6c
1
Parent(s):
c97fddf
Remove private parameter from
Browse filesupload_directory_to_hf function
app.py
CHANGED
@@ -70,7 +70,6 @@ def push_to_hf(
|
|
70 |
upload_directory_to_hf(
|
71 |
repo_id=destination_hf_hub_repository,
|
72 |
directory=src_directory,
|
73 |
-
private=False,
|
74 |
)
|
75 |
gr.Info("Syncing with Hugging Face Hub...Done")
|
76 |
temporary_directory.cleanup()
|
|
|
70 |
upload_directory_to_hf(
|
71 |
repo_id=destination_hf_hub_repository,
|
72 |
directory=src_directory,
|
|
|
73 |
)
|
74 |
gr.Info("Syncing with Hugging Face Hub...Done")
|
75 |
temporary_directory.cleanup()
|