Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -1219,7 +1219,7 @@ def create_file_HF(file_path):
|
|
1219 |
|
1220 |
from huggingface_hub import HfApi
|
1221 |
api = HfApi()
|
1222 |
-
api.upload_file(path_or_fileobj=file_path, repo_id="Redmind/NewageNXTGPT_Repo_trial",revision = "test-branch", repo_type= "space", path_in_repo='
|
1223 |
|
1224 |
|
1225 |
def create_pdf(cname,ename,account_number):
|
|
|
1219 |
|
1220 |
from huggingface_hub import HfApi
|
1221 |
api = HfApi()
|
1222 |
+
api.upload_file(path_or_fileobj=file_path, repo_id="Redmind/NewageNXTGPT_Repo_trial",revision = "test-branch", repo_type= "space", path_in_repo='output')
|
1223 |
|
1224 |
|
1225 |
def create_pdf(cname,ename,account_number):
|