Commit
·
9216cbb
1
Parent(s):
47fa9d4
Fix OAuth token parameter in
Browse filesupload_directory_to_hf function
app.py
CHANGED
@@ -26,7 +26,7 @@ clone_into_temp_dir("https://github.com/chen-zichen/XplainLLM_dataset/")
|
|
26 |
def upload_directory_to_hf(
|
27 |
repo_id: str,
|
28 |
directory: str,
|
29 |
-
oauth_token: gr.OAuthToken
|
30 |
):
|
31 |
private = False
|
32 |
url = create_repo(
|
|
|
26 |
def upload_directory_to_hf(
|
27 |
repo_id: str,
|
28 |
directory: str,
|
29 |
+
oauth_token: gr.OAuthToken,
|
30 |
):
|
31 |
private = False
|
32 |
url = create_repo(
|