Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -1231,7 +1231,7 @@ def create_file_HF(file_path):
|
|
1231 |
#create_tag("bigcode/the-stack", repo_type="dataset", revision="v0.1-release", tag="v0.1.1", tag_message="Bump release version.")
|
1232 |
|
1233 |
|
1234 |
-
api.upload_file(path_or_fileobj=file_path, repo_id="Redmind/NewageNXTGPT_Repo_trial",revision = "test-branch", repo_type= "space", path_in_repo=
|
1235 |
|
1236 |
|
1237 |
def create_pdf(cname,ename,account_number):
|
|
|
1231 |
#create_tag("bigcode/the-stack", repo_type="dataset", revision="v0.1-release", tag="v0.1.1", tag_message="Bump release version.")
|
1232 |
|
1233 |
|
1234 |
+
api.upload_file(path_or_fileobj=file_path, repo_id="Redmind/NewageNXTGPT_Repo_trial",revision = "test-branch", repo_type= "space", path_in_repo=file_path)
|
1235 |
|
1236 |
|
1237 |
def create_pdf(cname,ename,account_number):
|